We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b5c7c commit 006f1c4Copy full SHA for 006f1c4
.github/workflows/release.yml
@@ -2,7 +2,9 @@ name: Build & Publish Wheels + Source
2
3
on:
4
release:
5
- types: [published]
+ types:
6
+ - published
7
+ workflow_dispatch:
8
9
permissions:
10
contents: read
0 commit comments