Skip to content

Commit fac3bf6

Browse files
authored
update action yml
1 parent cd16c70 commit fac3bf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: Upload Python Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
9+
workflow_dispatch:
10+
11+
912

1013
jobs:
1114
deploy:

0 commit comments

Comments
 (0)