We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab14f5a commit 1b338cdCopy full SHA for 1b338cd
1 file changed
.github/workflows/packaging_wheels.yml
@@ -97,6 +97,6 @@ jobs:
97
- name: Upload wheel
98
uses: actions/upload-artifact@v4
99
with:
100
- name: wheel-${{ matrix.python }}-${{ matrix.platform.os }}_${{ matrix.platform.arch }}
+ name: wheel-${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
101
path: wheelhouse/*.whl
102
compression-level: 0
0 commit comments