Skip to content
Snippets Groups Projects
Unverified Commit bfa7d6b0 authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

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

parent 2ce27a24
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,8 @@ jobs: ...@@ -112,7 +112,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
files: | files: |
python-dist/* Sdist/*
Wheel/*
debs.tar.xz debs.tar.xz
# if it's not already published, keep the release as a draft. # if it's not already published, keep the release as a draft.
draft: true draft: true
......
Fix CI not attaching source distributions and wheels to the GitHub releases.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment