Skip to content

Commit f5c9cf4

Browse files
committed
Fix Linux wheel naming
1 parent 7131547 commit f5c9cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: .github/workflows/build.sh
6363
- uses: actions/upload-artifact@v4
6464
with:
65-
name: ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
65+
name: ${{ inputs.artifacts-name }}-${{ matrix.mb-ml-libc }}${{ matrix.mb-ml-ver }}-${{ matrix.python }}
6666
path: wheelhouse/*.whl
6767
# Uncomment to get SSH access for testing
6868
# - name: Setup tmate session

0 commit comments

Comments
 (0)