diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index da2afbd..2abda2f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -19,7 +19,7 @@ jobs: # cibuildwheel is configured via pyproject.toml - name: cibuildwheel - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.2 env: # Otherwise PyTorch builds may fail on MacOS: https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#macos-and-deployment-target-versions CIBW_ENVIRONMENT: CI_COMMIT_TAG="${{ github.ref_name }}" MACOSX_DEPLOYMENT_TARGET="10.14"