You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This introduces the script to publish a PyPI package whenever a new release is made on the Github repo. When a new release is made (ie. not when a commit a tagged) the PyPI key is used by the action to push the new package, pre-releases should work as well.
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
# This workflow will upload a Python Package using Twine when a release is created
2
+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries
3
+
4
+
# This workflow uses actions that are not certified by GitHub.
5
+
# They are provided by a third-party and are governed by
6
+
# separate terms of service, privacy policy, and support
0 commit comments