Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix CI not attaching source distributions and wheels to the GitHub re…
Browse files Browse the repository at this point in the history
…leases. (#12131)
  • Loading branch information
reivilibre authored Mar 8, 2022
1 parent 2ce27a2 commit bfa7d6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
python-dist/*
Sdist/*
Wheel/*
debs.tar.xz
# if it's not already published, keep the release as a draft.
draft: true
Expand Down
1 change: 1 addition & 0 deletions changelog.d/12131.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix CI not attaching source distributions and wheels to the GitHub releases.

0 comments on commit bfa7d6b

Please sign in to comment.