diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 1a254a5..ea28cfd 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -112,7 +112,7 @@ jobs: run: python -m pip install cibuildwheel==2.4.0 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }} CIBW_ARCHS: all