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