diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5b28c13..b2574b7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -18,7 +18,7 @@ jobs: # cibuildwheel is configured via pyproject.toml - name: cibuildwheel - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.18.1 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"