diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cc1715a..dddff1f9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,7 +140,7 @@ jobs: with: platforms: all - name: Build binary wheels - uses: pypa/cibuildwheel@v2.21.0 + uses: pypa/cibuildwheel@v3.1.1 with: output-dir: wheelhouse config-file: pyproject.toml