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 27
27
- name : Build SDist
28
28
run : pipx run build --sdist
29
29
30
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
30
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
31
31
with :
32
32
name : cibw-sdist
33
33
path : dist/*.tar.gz
Original file line number Diff line number Diff line change 61
61
if : >
62
62
inputs.auto && !contains(matrix.qemu_arch, matrix.arch) ||
63
63
inputs.extra && contains(matrix.qemu_arch, matrix.arch)
64
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
64
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
65
65
with :
66
66
name : cibw-${{ matrix.os }}-${{ matrix.build }}-${{ matrix.arch }}
67
67
path : wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments