diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 2dcec8c0bd..22ed3f31d0 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -63,7 +63,7 @@ jobs: name: Setup QEMU if: matrix.platform_id == 'manylinux_aarch64' && matrix.os == 'ubuntu-latest' - name: Build wheels - uses: pypa/cibuildwheel@v2.15 + uses: pypa/cibuildwheel@v2.16 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all