@@ -167,7 +167,7 @@ jobs:
167
167
- name : Archive wheel artifacts
168
168
uses : actions/upload-artifact@v4
169
169
with :
170
- name : audited-wheels
170
+ name : audited-wheels-${{ matrix.os }}
171
171
path : wheelhouse/audited/
172
172
- name : Deploy wheels to artifactory (if not a release)
173
173
if : startsWith(github.ref, 'refs/tags/v') != true
@@ -225,7 +225,7 @@ jobs:
225
225
- name : Archive wheel artifacts
226
226
uses : actions/upload-artifact@v4
227
227
with :
228
- name : audited-wheels
228
+ name : audited-wheels-${{ matrix.os }}
229
229
path : wheelhouse/audited/
230
230
- name : Deploy wheels to artifactory (if not a release)
231
231
if : startsWith(github.ref, 'refs/tags/v') != true
@@ -286,7 +286,7 @@ jobs:
286
286
- name : Archive wheel artifacts
287
287
uses : actions/upload-artifact@v4
288
288
with :
289
- name : audited-wheels
289
+ name : audited-wheels-${{ matrix.os }}
290
290
path : wheelhouse/audited/
291
291
- name : Deploy wheels to artifactory (if not a release)
292
292
if : startsWith(github.ref, 'refs/tags/v') != true
@@ -350,7 +350,7 @@ jobs:
350
350
- name : Archive wheel artifacts
351
351
uses : actions/upload-artifact@v4
352
352
with :
353
- name : audited-wheels
353
+ name : audited-wheels-${{ matrix.os }}
354
354
path : wheelhouse/audited/
355
355
- name : Deploy wheels to artifactory (if not a release)
356
356
if : startsWith(github.ref, 'refs/tags/v') != true
@@ -407,7 +407,7 @@ jobs:
407
407
- name : Archive wheel artifacts
408
408
uses : actions/upload-artifact@v4
409
409
with :
410
- name : audited-wheels
410
+ name : audited-wheels-${{ matrix.os }}
411
411
path : wheelhouse/audited/
412
412
- name : Deploy wheels to artifactory (if not a release)
413
413
if : startsWith(github.ref, 'refs/tags/v') != true
@@ -463,7 +463,7 @@ jobs:
463
463
submodules : ' recursive'
464
464
- uses : actions/download-artifact@v4
465
465
with :
466
- name : audited-wheels
466
+ name : audited-wheels-${{ matrix.os }}
467
467
path : wheelhouse/audited/
468
468
- name : List files
469
469
run : ls -lah
0 commit comments