1 parent 0014ca9 commit 475c1b7Copy full SHA for 475c1b7
1 file changed
.github/workflows/wheel.yml
@@ -42,12 +42,12 @@ jobs:
42
43
- name: Set up QEMU for emulation
44
if: matrix.cibw_archs == 'riscv64'
45
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
+ uses: docker/setup-qemu-action@99012661954931238ded8c8b007157a8430204e1 # v4.4.0
46
with:
47
platforms: ${{ matrix.cibw_archs }}
48
49
- name: Build
50
- uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0
+ uses: pypa/cibuildwheel@e090b81e30c4d855ea63bf4b6e59204c09a101ae # v4.2.1
51
env:
52
CIBW_TEST_REQUIRES: "pytest"
53
CIBW_TEST_COMMAND: "pytest {package}/test"
0 commit comments