We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9277dd + 07db049 commit 5a92838Copy full SHA for 5a92838
.github/workflows/python-publish.yml
@@ -5,7 +5,8 @@ name: Upload Python Package
5
6
on:
7
release:
8
- types: [created]
+ types: [published]
9
+ workflow_dispatch:
10
11
jobs:
12
deploy:
0 commit comments