diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f297e91..41e2ae2 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.20.0 + uses: pypa/cibuildwheel@v2.21.1 env: CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* CIBW_SKIP: pp* *i686* *win32 *musllinux*