diff --git a/.github/workflows/ci_and_build_release.yml b/.github/workflows/ci_and_build_release.yml index 95e2c39..bfa010c 100644 --- a/.github/workflows/ci_and_build_release.yml +++ b/.github/workflows/ci_and_build_release.yml @@ -60,7 +60,7 @@ jobs: - name: Build source distribution run: python setup.py sdist - name: Build wheels - uses: pypa/cibuildwheel@v2.11.3 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_SKIP: pp* cp36* CIBW_ARCHS_LINUX: ${{ matrix.linux_arch }}