diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cbe1f67..363a8cc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -36,7 +36,7 @@ jobs: with: platforms: arm64 - - uses: pypa/cibuildwheel@v2.17.0 + - uses: pypa/cibuildwheel@v2.18.1 env: # Only build CPython 3.7, because we have portable abi3 wheels. # Windows arm64 is only available on 3.9 and later, Apple Silicon on