Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131)
parent
2ce27a24fe
commit
bfa7d6b035
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fix CI not attaching source distributions and wheels to the GitHub releases.
|
Loading…
Reference in New Issue