diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index eb0fc7e..1fc2eba 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -29,7 +29,7 @@ jobs: fi shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.0 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_ARCHS_MACOS: auto