We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390188b commit dc10ab3Copy full SHA for dc10ab3
.github/workflows/build_python_deps_linux.yml
@@ -85,6 +85,6 @@ jobs:
85
86
- uses: actions/upload-artifact@v4
87
with:
88
- name: cibw-wheels-${{ matrix.wheel_combinations[0] }}-${{ strategy.job-index }}
+ name: ${{ matrix.libraries[1] }}-${{ matrix.wheel_combinations[0] }}-${{ matrix.wheel_combinations[1] }}-py${{ matrix.python_versions[0] }}
89
path: ./wheelhouse/*.whl
90
0 commit comments