Skip to content

Commit 296a76e

Browse files
committed
add OS to wheel key
1 parent 1334c74 commit 296a76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ jobs:
9797
- name: Upload wheel
9898
uses: actions/upload-artifact@v4
9999
with:
100-
name: wheel-${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
100+
name: wheel-${{ matrix.python }}-${{ matrix.platform.os }}_${{ matrix.platform.arch }}
101101
path: wheelhouse/*.whl
102102
compression-level: 0

0 commit comments

Comments
 (0)