Skip to content

Commit 1b338cd

Browse files
committed
revert: unintended change to wheel name - was for testing macos26 which has same cibw_system and arch
1 parent ab14f5a commit 1b338cd

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.os }}_${{ matrix.platform.arch }}
100+
name: wheel-${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
101101
path: wheelhouse/*.whl
102102
compression-level: 0

0 commit comments

Comments
 (0)