diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index fe10d10..2cd251c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -28,7 +28,7 @@ jobs: fi shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_ARCHS_MACOS: auto