diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 88ffc97..31ca8f7 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.16.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.platform[0] }} CIBW_ARCHS_MACOS: x86_64 arm64