diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 76d162c..105bd17 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@v3.4 + uses: pypa/cibuildwheel@v4.1 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_ARCHS_MACOS: auto