diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 369dd1e..11b73e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: steps: - uses: actions/checkout@v6 - if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: platforms: all - - uses: pypa/cibuildwheel@v3.3 + - uses: pypa/cibuildwheel@v3.4 env: CIBW_BUILD: cp311-* CIBW_ARCHS_LINUX: auto aarch64