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 7131547 commit f5c9cf4Copy full SHA for f5c9cf4
.github/workflows/wheels-linux.yml
@@ -62,7 +62,7 @@ jobs:
62
run: .github/workflows/build.sh
63
- uses: actions/upload-artifact@v4
64
with:
65
- name: ${{ inputs.artifacts-name }}-${{ matrix.platform }}-${{ matrix.python }}
+ name: ${{ inputs.artifacts-name }}-${{ matrix.mb-ml-libc }}${{ matrix.mb-ml-ver }}-${{ matrix.python }}
66
path: wheelhouse/*.whl
67
# Uncomment to get SSH access for testing
68
# - name: Setup tmate session
0 commit comments