diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 23ada98..f0fc4fc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -51,7 +51,7 @@ jobs: submodules: recursive - uses: actions/setup-python@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD_VERBOSITY: 1 with: