|
95 | 95 | - name: Upload wheels
|
96 | 96 | uses: actions/upload-artifact@v4
|
97 | 97 | with:
|
98 |
| - name: cibw-wheels-linux-x86 |
| 98 | + name: cibw-wheels-linux-x86-cp${{ matrix.python-version }} |
99 | 99 | path: wheelhouse/*.whl
|
100 | 100 | overwrite: true
|
101 | 101 |
|
@@ -138,7 +138,7 @@ jobs:
|
138 | 138 | - name: Upload wheels
|
139 | 139 | uses: actions/upload-artifact@v4
|
140 | 140 | with:
|
141 |
| - name: cibw-wheels-linux-arm |
| 141 | + name: cibw-wheels-linux-arm-cp${{ matrix.python-version }} |
142 | 142 | path: wheelhouse/*.whl
|
143 | 143 | overwrite: true
|
144 | 144 |
|
@@ -168,7 +168,7 @@ jobs:
|
168 | 168 | - name: Upload wheels
|
169 | 169 | uses: actions/upload-artifact@v4
|
170 | 170 | with:
|
171 |
| - name: cibw-wheels-macos-x86 |
| 171 | + name: cibw-wheels-macos-x86-cp${{ matrix.python-version }} |
172 | 172 | path: wheelhouse/*.whl
|
173 | 173 | overwrite: true
|
174 | 174 |
|
@@ -199,7 +199,7 @@ jobs:
|
199 | 199 | - name: Upload wheels
|
200 | 200 | uses: actions/upload-artifact@v4
|
201 | 201 | with:
|
202 |
| - name: cibw-wheels-macos-arm |
| 202 | + name: cibw-wheels-macos-arm-cp${{ matrix.python-version }} |
203 | 203 | path: wheelhouse/*.whl
|
204 | 204 | overwrite: true
|
205 | 205 |
|
@@ -244,7 +244,7 @@ jobs:
|
244 | 244 | - name: Upload wheels
|
245 | 245 | uses: actions/upload-artifact@v4
|
246 | 246 | with:
|
247 |
| - name: cibw-wheels-windows-${{ matrix.architecture }} |
| 247 | + name: cibw-wheels-windows-${{ matrix.architecture }}-cp${{ matrix.python-version }} |
248 | 248 | path: wheelhouse/*.whl
|
249 | 249 | overwrite: true
|
250 | 250 |
|
@@ -277,7 +277,7 @@ jobs:
|
277 | 277 | - name: Upload wheels
|
278 | 278 | uses: actions/upload-artifact@v4
|
279 | 279 | with:
|
280 |
| - name: cibw-wheels-other |
| 280 | + name: cibw-wheels-other-cp${{ matrix.python-version }} |
281 | 281 | path: wheelhouse/*.whl
|
282 | 282 | overwrite: true
|
283 | 283 |
|
|
0 commit comments