File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4545 - name : Upload wheels
4646 uses : actions/upload-artifact@v4
4747 with :
48- name : wheels-linux
48+ name : wheels-linux-${{ matrix.target }}
4949 path : dist
5050 overwrite : true
5151 - name : Releasing assets
7676 - name : Upload wheels
7777 uses : actions/upload-artifact@v4
7878 with :
79- name : wheels-windows
79+ name : wheels-windows-${{ matrix.target }}
8080 path : dist
8181 overwrite : true
8282 - name : Releasing assets
@@ -117,7 +117,7 @@ jobs:
117117 - name : Upload wheels
118118 uses : actions/upload-artifact@v4
119119 with :
120- name : wheels-macos
120+ name : wheels-macos-${{ matrix.target }}
121121 path : dist
122122 overwrite : true
123123 - name : Releasing assets
@@ -140,7 +140,7 @@ jobs:
140140 - name : Upload sdist
141141 uses : actions/upload-artifact@v4
142142 with :
143- name : wheels-sdist
143+ name : wheels-sdist-${{ matrix.target }}
144144 path : dist
145145 overwrite : true
146146 - name : Releasing assets
@@ -173,7 +173,7 @@ jobs:
173173 - name : Upload wheels
174174 uses : actions/upload-artifact@v4
175175 with :
176- name : wheels-musllinux
176+ name : wheels-musllinux-${{ matrix.target }}
177177 path : dist
178178 overwrite : true
179179 - name : Releasing assets
You can’t perform that action at this time.
0 commit comments