We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c378 commit a3090e5Copy full SHA for a3090e5
1 file changed
.github/workflows/publish_pypi.yml
@@ -1,8 +1,9 @@
1
name: publish-pypi
2
3
on:
4
- release:
5
- types: [published, edited]
+ workflow_dispatch:
+ # release:
6
+ # types: [published, edited]
7
8
jobs:
9
build-and-publish:
0 commit comments