diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1d7cfb4b..58ac3905 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -65,7 +65,7 @@ jobs: if: ${{ runner.os == 'Windows' && env.IS_32_BIT == 'false' }} - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.2 # Build all wheels here, apart from macosx_arm64, linux_aarch64 # cibuildwheel is currently unable to pass configuration flags to # CIBW_BUILD_FRONTEND https://github.com/pypa/cibuildwheel/issues/1227 @@ -120,7 +120,7 @@ jobs: pip install .[build] - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.2 env: CIBW_BUILD: ${{ matrix.python[0] }}-macosx_arm64 CIBW_ARCHS_MACOS: arm64