diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73ae705..363ff47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.17.0 env: CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* *musllinux* CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc