@@ -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-${{ github.run_id }}
170
+ name : audited-wheels-${{ matrix.rpi-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-${{ github.run_id }}
228
+ name : audited-wheels-windows- ${{ matrix.python-version }}-${{ matrix.python-architecture }}
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-${{ github.run_id }}
289
+ name : audited-wheels-macos- ${{ matrix.python-version }}-${{ 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-${{ github.run_id }}
353
+ name : audited-wheels-linux-x86_64
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-${{ github.run_id }}
410
+ name : audited-wheels-linux-arm64
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,8 @@ jobs:
463
463
submodules : ' recursive'
464
464
- uses : actions/download-artifact@v4
465
465
with :
466
- name : audited-wheels-${{ github.run_id }}
466
+ pattern : audited-wheels*
467
+ merge-multiple : true
467
468
path : wheelhouse/audited/
468
469
- name : List files
469
470
run : ls -lah
0 commit comments