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