Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131)

This commit is contained in:
reivilibre 2022-03-08 15:11:50 +00:00 committed by GitHub
parent 2ce27a24fe
commit bfa7d6b035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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

1
changelog.d/12131.misc Normal file
View File

@ -0,0 +1 @@
Fix CI not attaching source distributions and wheels to the GitHub releases.