diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 24c9099..df75019 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v5 - name: Build wheels - uses: pypa/cibuildwheel@v2.17.0 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BUILD_VERBOSITY: 1 with: