We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f2628 commit 04f3ef8Copy full SHA for 04f3ef8
1 file changed
.github/workflows/python-publish.yml
@@ -1,8 +1,10 @@
1
name: Upload Python Package
2
3
+#on:
4
+ #release:
5
+ #types: [published]
6
on:
- release:
- types: [published]
7
+ workflow_dispatch: # Trigger the workflow manually
8
9
jobs:
10
deploy:
0 commit comments