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

code_spécifique_watcha
reivilibre 3 years ago committed by GitHub
parent 2ce27a24fe
commit bfa7d6b035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/release-artifacts.yml
  2. 1
      changelog.d/12131.misc

@ -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…
Cancel
Save