Skip to content

Commit 9116b2a

Browse files
committed
Make: Differentiate cibw uploads
1 parent 22a7503 commit 9116b2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Upload wheels
9696
uses: actions/upload-artifact@v4
9797
with:
98-
name: cibw-wheels-linux-x86
98+
name: cibw-wheels-linux-x86-cp${{ matrix.python-version }}
9999
path: wheelhouse/*.whl
100100
overwrite: true
101101

@@ -138,7 +138,7 @@ jobs:
138138
- name: Upload wheels
139139
uses: actions/upload-artifact@v4
140140
with:
141-
name: cibw-wheels-linux-arm
141+
name: cibw-wheels-linux-arm-cp${{ matrix.python-version }}
142142
path: wheelhouse/*.whl
143143
overwrite: true
144144

@@ -168,7 +168,7 @@ jobs:
168168
- name: Upload wheels
169169
uses: actions/upload-artifact@v4
170170
with:
171-
name: cibw-wheels-macos-x86
171+
name: cibw-wheels-macos-x86-cp${{ matrix.python-version }}
172172
path: wheelhouse/*.whl
173173
overwrite: true
174174

@@ -199,7 +199,7 @@ jobs:
199199
- name: Upload wheels
200200
uses: actions/upload-artifact@v4
201201
with:
202-
name: cibw-wheels-macos-arm
202+
name: cibw-wheels-macos-arm-cp${{ matrix.python-version }}
203203
path: wheelhouse/*.whl
204204
overwrite: true
205205

@@ -244,7 +244,7 @@ jobs:
244244
- name: Upload wheels
245245
uses: actions/upload-artifact@v4
246246
with:
247-
name: cibw-wheels-windows-${{ matrix.architecture }}
247+
name: cibw-wheels-windows-${{ matrix.architecture }}-cp${{ matrix.python-version }}
248248
path: wheelhouse/*.whl
249249
overwrite: true
250250

@@ -277,7 +277,7 @@ jobs:
277277
- name: Upload wheels
278278
uses: actions/upload-artifact@v4
279279
with:
280-
name: cibw-wheels-other
280+
name: cibw-wheels-other-cp${{ matrix.python-version }}
281281
path: wheelhouse/*.whl
282282
overwrite: true
283283

0 commit comments

Comments
 (0)