File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
- name : Upload wheels
46
46
uses : actions/upload-artifact@v4
47
47
with :
48
- name : wheels-linux
48
+ name : wheels-linux-${{ matrix.target }}
49
49
path : dist
50
50
overwrite : true
51
51
- name : Releasing assets
76
76
- name : Upload wheels
77
77
uses : actions/upload-artifact@v4
78
78
with :
79
- name : wheels-windows
79
+ name : wheels-windows-${{ matrix.target }}
80
80
path : dist
81
81
overwrite : true
82
82
- name : Releasing assets
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Upload wheels
118
118
uses : actions/upload-artifact@v4
119
119
with :
120
- name : wheels-macos
120
+ name : wheels-macos-${{ matrix.target }}
121
121
path : dist
122
122
overwrite : true
123
123
- name : Releasing assets
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Upload sdist
141
141
uses : actions/upload-artifact@v4
142
142
with :
143
- name : wheels-sdist
143
+ name : wheels-sdist-${{ matrix.target }}
144
144
path : dist
145
145
overwrite : true
146
146
- name : Releasing assets
@@ -173,7 +173,7 @@ jobs:
173
173
- name : Upload wheels
174
174
uses : actions/upload-artifact@v4
175
175
with :
176
- name : wheels-musllinux
176
+ name : wheels-musllinux-${{ matrix.target }}
177
177
path : dist
178
178
overwrite : true
179
179
- name : Releasing assets
You can’t perform that action at this time.
0 commit comments