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:
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
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