diff --git a/.github/workflows/deploy-to-pypi.yml b/.github/workflows/deploy-to-pypi.yml index cbc6970..6e92319 100644 --- a/.github/workflows/deploy-to-pypi.yml +++ b/.github/workflows/deploy-to-pypi.yml @@ -66,7 +66,7 @@ jobs: name: Set up QEMU - name: Build wheels - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: output-dir: wheelhouse env: @@ -80,7 +80,7 @@ jobs: # it doesn't make sense to build wheels for platforms not supported # not supported by that version CIBW_SKIP: pp{37,38,39}* - CIBW_FREE_THREADED_SUPPORT: 1 + CIBW_ENABLE: pypy cpython-freethreading - uses: actions/upload-artifact@v4 with: