Commit 488e21a3 authored by Stefan Behnel's avatar Stefan Behnel

Also upload the musllinux wheels to GH Releases.

parent 4c4585ce
...@@ -78,11 +78,13 @@ jobs: ...@@ -78,11 +78,13 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: dist/*manylinux*.whl files: |
dist/*manylinux*.whl
dist/*musllinux*.whl
- name: Archive Wheels - name: Archive Wheels
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: ${{ matrix.image }} name: ${{ matrix.image }}
path: dist/*manylinux*.whl path: dist/*m[au][ns][yl]linux*.whl
if-no-files-found: ignore if-no-files-found: ignore
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment