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
Copy file name to clipboardExpand all lines: .github/workflows/python-publish.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ name: Upload Python Package
11
11
on:
12
12
release:
13
13
types: [published]
14
+
workflow_dispatch:
14
15
15
16
permissions:
16
17
contents: read
@@ -49,14 +50,14 @@ jobs:
49
50
50
51
# Dedicated environments with protections for publishing are strongly recommended.
51
52
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
52
-
environment:
53
-
name: pypi
53
+
#environment:
54
+
#name: pypi
54
55
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
55
56
# url: https://pypi.org/p/YOURPROJECT
56
57
#
57
58
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
58
59
# ALTERNATIVE: exactly, uncomment the following line instead:
0 commit comments