diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad521ee..e587bb5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 env: CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* CIBW_SKIP: pp* *i686* *win32 *musllinux*