Skip to content

Commit 74bb3f6

Browse files
committed
ci: fixup for upload action
1 parent 0c34f33 commit 74bb3f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Upload wheels
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: wheels
34+
name: ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
3535
path: dist
3636

3737
windows:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Upload wheels
5555
uses: actions/upload-artifact@v4
5656
with:
57-
name: wheels
57+
name: ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
5858
path: dist
5959

6060
macos:
@@ -76,7 +76,7 @@ jobs:
7676
- name: Upload wheels
7777
uses: actions/upload-artifact@v4
7878
with:
79-
name: wheels
79+
name: ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
8080
path: dist
8181

8282
sdist:
@@ -91,7 +91,7 @@ jobs:
9191
- name: Upload sdist
9292
uses: actions/upload-artifact@v4
9393
with:
94-
name: wheels
94+
name: ${{matrix.python.cp}}-${{matrix.buildplat.sys}}-${{matrix.buildplat.arch}}
9595
path: dist
9696

9797
release:

0 commit comments

Comments
 (0)