We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1334c74 commit 296a76eCopy full SHA for 296a76e
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.cibw_system }}_${{ matrix.platform.arch }}
+ name: wheel-${{ matrix.python }}-${{ matrix.platform.os }}_${{ matrix.platform.arch }}
101
path: wheelhouse/*.whl
102
compression-level: 0
0 commit comments