diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index ebda9fb65e..0266e937bd 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -27,7 +27,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_SKIP: 'pp* *musl*' CIBW_ARCHS_LINUX: 'x86_64 aarch64'