Skip to content

Commit

Permalink
Attempt to fix GHA issues
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Dec 11, 2024
1 parent a00d0b3 commit ac98c4d
Showing 1 changed file with 4 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') }}

0 comments on commit ac98c4d

Please sign in to comment.