diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 01d0a78ee1..a67eb553b6 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -59,7 +59,7 @@ jobs: run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.24/uv-installer.sh | sh if: runner.os != 'Linux' - name: Build wheels - uses: pypa/cibuildwheel@v3.4 + uses: pypa/cibuildwheel@v4.0 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all