Skip to content

Commit 04f3ef8

Browse files
authored
Update python-publish.yml
1 parent c5f2628 commit 04f3ef8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Upload Python Package
22

3+
#on:
4+
#release:
5+
#types: [published]
36
on:
4-
release:
5-
types: [published]
7+
workflow_dispatch: # Trigger the workflow manually
68

79
jobs:
810
deploy:

0 commit comments

Comments
 (0)