diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cc1715a..927964e6 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.0.1 with: output-dir: wheelhouse config-file: pyproject.toml