We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a3b1 commit 04bbfc0Copy full SHA for 04bbfc0
1 file changed
.github/workflows/build_and_test.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
release:
10
- types: [created]
+ types: [published]
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
@@ -87,3 +87,9 @@ jobs:
87
uses: sippy/cimagic/.github/workflows/PublishWheels.yml@v1
88
with:
89
pypi_project: asyncproxy
90
+
91
+ roll_release:
92
+ needs: publish_all_wheels
93
+ permissions:
94
+ contents: write
95
+ uses: sippy/cimagic/.github/workflows/RollReleaseDraft.yml@v1
0 commit comments