Skip to content

Commit 5a92838

Browse files
authored
Merge pull request #73 from davidhewitt/fix-publish
Fix python-publish workflow type
2 parents c9277dd + 07db049 commit 5a92838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

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

66
on:
77
release:
8-
types: [created]
8+
types: [published]
9+
workflow_dispatch:
910

1011
jobs:
1112
deploy:

0 commit comments

Comments
 (0)