Skip to content

Commit d733811

Browse files
committed
Build: Fix wheel uploading.
1 parent 82c2502 commit d733811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,6 @@ jobs:
281281
- name: Upload wheels
282282
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
283283
with:
284-
name: wheels-${{ matrix.os }}
284+
name: wheels-${{ matrix.pyversion }}-${{ matrix.os }}
285285
path: dist/*.whl
286286
if-no-files-found: ignore

0 commit comments

Comments
 (0)