We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc6b22 commit a41c74eCopy full SHA for a41c74e
.github/workflows/ci.yml
@@ -49,13 +49,13 @@ jobs:
49
uses: softprops/action-gh-release@v1
50
if: startsWith(github.ref, 'refs/tags/')
51
with:
52
- files: dist/*manylinux*.whl
+ files: dist/*/*-m*linux*.whl # manylinux / musllinux
53
54
- name: Archive Wheels
55
uses: actions/upload-artifact@v3
56
57
name: ${{ matrix.image }}
58
- path: dist/*manylinux*.whl
+ path: dist/*/*-m*linux*.whl # manylinux / musllinux
59
if-no-files-found: ignore
60
61
other:
0 commit comments