diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ad75144..8c0d99a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.15.0 env: CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.platform[0] }} CIBW_ARCHS_MACOS: x86_64 arm64