File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments