We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0127e12 commit 7dc8366Copy full SHA for 7dc8366
.github/workflows/python-wheels.yml
@@ -13,6 +13,9 @@ on:
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
16
+ release:
17
+ types: [created]
18
+
19
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
20
jobs:
21
# This workflow contains a single job called "build"
0 commit comments