Skip to content

Commit 416c824

Browse files
committed
Update artifact name
1 parent 5195f1e commit 416c824

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@ jobs:
6060
- name: Upload Artifact
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
63+
name: filepattern-wheels-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
6464
path: dist/*.whl
6565
retention-days: 1
66-
6766
build_wheels_apple_silicon:
6867
name: Build wheels on ${{ matrix.os }}
6968
runs-on: ${{ matrix.os }}
@@ -110,6 +109,6 @@ jobs:
110109
- name: Upload Artifact
111110
uses: actions/upload-artifact@v4
112111
with:
113-
name: filepattern-wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}-${{ matrix.cibw_build }}
112+
name: filepattern-wheels--${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
114113
path: dist/*.whl
115114
retention-days: 1

0 commit comments

Comments
 (0)