File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
- name : Upload wheels
64
64
uses : actions/upload-artifact@v4
65
65
with :
66
- name : wheels-linux-${{ matrix.platform.target }}
66
+ name : wheels-linux-${{ matrix.platform.target }}-${{ matrix.python-version }}
67
67
path : dist
68
68
69
69
# musllinux:
@@ -133,7 +133,7 @@ jobs:
133
133
- name : Upload wheels
134
134
uses : actions/upload-artifact@v4
135
135
with :
136
- name : wheels-windows-${{ matrix.platform.target }}
136
+ name : wheels-windows-${{ matrix.platform.target }}-${{ matrix.python-version }}
137
137
path : dist
138
138
139
139
macos :
@@ -166,7 +166,7 @@ jobs:
166
166
- name : Upload wheels
167
167
uses : actions/upload-artifact@v4
168
168
with :
169
- name : wheels-macos-${{ matrix.platform.target }}
169
+ name : wheels-macos-${{ matrix.platform.target }}-${{ matrix.python-version }}
170
170
path : dist
171
171
172
172
sdist :
You can’t perform that action at this time.
0 commit comments