Skip to content

Commit

Permalink
Also upload the musllinux wheels to GH Releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 6, 2021
1 parent 4c4585c commit 488e21a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheel-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: dist/*manylinux*.whl
files: |
dist/*manylinux*.whl
dist/*musllinux*.whl
- name: Archive Wheels
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.image }}
path: dist/*manylinux*.whl
path: dist/*m[au][ns][yl]linux*.whl
if-no-files-found: ignore

0 comments on commit 488e21a

Please sign in to comment.