Skip to content

Commit

Permalink
Update build_wheels - added merge-multiple to upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored May 25, 2024
1 parent 87a9558 commit eaf0469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
merge-multiple: true

make_sdist:
name: 💽 Make SDist
Expand All @@ -63,6 +64,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: dist/*.tar.gz
merge-multiple: true

upload_all:
name: 📬 Deliver to PyPi
Expand Down

0 comments on commit eaf0469

Please sign in to comment.