Skip to content

Commit a41c74e

Browse files
committed
Include musllinux wheels in upload.
1 parent 4bc6b22 commit a41c74e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
uses: softprops/action-gh-release@v1
5050
if: startsWith(github.ref, 'refs/tags/')
5151
with:
52-
files: dist/*manylinux*.whl
52+
files: dist/*/*-m*linux*.whl # manylinux / musllinux
5353

5454
- name: Archive Wheels
5555
uses: actions/upload-artifact@v3
5656
with:
5757
name: ${{ matrix.image }}
58-
path: dist/*manylinux*.whl
58+
path: dist/*/*-m*linux*.whl # manylinux / musllinux
5959
if-no-files-found: ignore
6060

6161
other:

0 commit comments

Comments
 (0)