diff --git a/.github/workflows/ci_and_build_release.yml b/.github/workflows/ci_and_build_release.yml index 32c35fa..64c54a0 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.0 + uses: pypa/cibuildwheel@v2.21.1 env: CIBW_SKIP: pp* *i686* cp36* cp37* CIBW_ARCHS_LINUX: ${{ matrix.linux_arch }}