Skip to content

Commit 42e24e6

Browse files
committed
Fix wheel upload from CI.
1 parent d1a00a2 commit 42e24e6

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
@@ -58,13 +58,13 @@ jobs:
5858
uses: softprops/action-gh-release@v1
5959
if: startsWith(github.ref, 'refs/tags/')
6060
with:
61-
files: dist/*-*m*linux*.whl # manylinux / musllinux
61+
files: dist/*-m*linux*.whl # manylinux / musllinux
6262

6363
- name: Archive Wheels
6464
uses: actions/upload-artifact@v2
6565
with:
6666
name: ${{ matrix.env.TARGET }}
67-
path: dist/*-*m*linux*.whl # manylinux / musllinux
67+
path: dist/*-m*linux*.whl # manylinux / musllinux
6868
if-no-files-found: ignore
6969

7070
non-Linux:

0 commit comments

Comments
 (0)