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 d1a00a2 commit 42e24e6Copy full SHA for 42e24e6
.github/workflows/ci.yml
@@ -58,13 +58,13 @@ jobs:
58
uses: softprops/action-gh-release@v1
59
if: startsWith(github.ref, 'refs/tags/')
60
with:
61
- files: dist/*-*m*linux*.whl # manylinux / musllinux
+ files: dist/*-m*linux*.whl # manylinux / musllinux
62
63
- name: Archive Wheels
64
uses: actions/upload-artifact@v2
65
66
name: ${{ matrix.env.TARGET }}
67
- path: dist/*-*m*linux*.whl # manylinux / musllinux
+ path: dist/*-m*linux*.whl # manylinux / musllinux
68
if-no-files-found: ignore
69
70
non-Linux:
0 commit comments