diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index bb34fe0bf6..8318ae251e 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -42,7 +42,7 @@ jobs: name: Setup QEMU if: matrix.platform_id == 'manylinux_aarch64' - name: Build wheels - uses: pypa/cibuildwheel@v2.11.3 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all