We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f938172 commit 4a2ce0aCopy full SHA for 4a2ce0a
1 file changed
.github/workflows/publish.yml
@@ -2,7 +2,8 @@ name: Publish to PyPI
2
3
on:
4
release:
5
- types: [published]
+ types: [published, released]
6
+ workflow_dispatch:
7
8
jobs:
9
deploy:
0 commit comments