fix(ci): correctly download wheel artifacts
This commit is contained in:
parent
5f07fca816
commit
4ddca1f177
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -135,6 +135,7 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: wheels
|
||||
path: dist
|
||||
- uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: 'dist/*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue