File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
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-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
63+ name : filepattern-wheels-${{ matrix.cibw_build%? }}
6464 path : dist/*.whl
6565 retention-days : 1
66+
6667 build_wheels_apple_silicon :
6768 name : Build wheels on ${{ matrix.os }}
6869 runs-on : ${{ matrix.os }}
@@ -109,6 +110,6 @@ jobs:
109110 - name : Upload Artifact
110111 uses : actions/upload-artifact@v4
111112 with :
112- name : filepattern-wheels-- ${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cibw_archs }}
113+ name : filepattern-wheels-${{ matrix.cibw_build%? }}
113114 path : dist/*.whl
114115 retention-days : 1
You can’t perform that action at this time.
0 commit comments