Skip to content

Commit

Permalink
Attempt to fix duplicate releases issue (#18025)
Browse files Browse the repository at this point in the history
This hopefully fixes #17991,
as we first upgraded to v2 and are now back to 0.1.15.
(This was lost in #17923,
related #17995)
  • Loading branch information
S7evinK authored Dec 11, 2024
1 parent a00d0b3 commit 5b08735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@ jobs:
Sdist/*
Wheel*/*
debs.tar.xz
# if it's not already published, keep the release as a draft.
draft: true
# mark it as a prerelease if the tag contains 'rc'.
prerelease: ${{ contains(github.ref, 'rc') }}
1 change: 1 addition & 0 deletions changelog.d/18025.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix release process to not create duplicate releases.

0 comments on commit 5b08735

Please sign in to comment.