diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 020c5cd..01a1920 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: # Only build native arch on linux (x86_64 and arm64) CIBW_ARCHS_LINUX: auto