diff --git a/.github/workflows/ci_and_build_release.yml b/.github/workflows/ci_and_build_release.yml index 93dc691..d26e926 100644 --- a/.github/workflows/ci_and_build_release.yml +++ b/.github/workflows/ci_and_build_release.yml @@ -62,7 +62,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_SKIP: pp* *i686* cp36* cp37* CIBW_ARCHS_LINUX: ${{ matrix.linux_arch }}