diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8614d56..9b4b76b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: if: runner.os == 'Linux' && matrix.emulation == 'qemu' - name: Build wheels - uses: pypa/cibuildwheel@v2.21 + uses: pypa/cibuildwheel@v2.22 env: CIBW_ARCHS: "${{ matrix.arch }}" # restrict to a single Python version as wheel does not depend on Python: