diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f0f53859..75c74c82 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.2 + uses: pypa/cibuildwheel@v2.22.0 - name: Upload uses: actions/upload-artifact@v3