We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00d0b3 commit 5b08735Copy full SHA for 5b08735
.github/workflows/release-artifacts.yml
@@ -221,3 +221,7 @@ jobs:
221
Sdist/*
222
Wheel*/*
223
debs.tar.xz
224
+ # if it's not already published, keep the release as a draft.
225
+ draft: true
226
+ # mark it as a prerelease if the tag contains 'rc'.
227
+ prerelease: ${{ contains(github.ref, 'rc') }}
changelog.d/18025.misc
@@ -0,0 +1 @@
1
+Fix release process to not create duplicate releases.
0 commit comments