File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 - name : Build SDist
2828 run : pipx run build --sdist
2929
30- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
30+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
3131 with :
3232 name : cibw-sdist
3333 path : dist/*.tar.gz
Original file line number Diff line number Diff line change 6161 if : >
6262 inputs.auto && !contains(matrix.qemu_arch, matrix.arch) ||
6363 inputs.extra && contains(matrix.qemu_arch, matrix.arch)
64- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
64+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
6565 with :
6666 name : cibw-${{ matrix.os }}-${{ matrix.build }}-${{ matrix.arch }}
6767 path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments