Skip to content

Commit 04bbfc0

Browse files
committed
Add roll_release to publish draft and roll source tarball.
Change publishwheels trigger from "created" to "published".
1 parent 893a3b1 commit 04bbfc0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
release:
10-
types: [created]
10+
types: [published]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -87,3 +87,9 @@ jobs:
8787
uses: sippy/cimagic/.github/workflows/PublishWheels.yml@v1
8888
with:
8989
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

Comments
 (0)