diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85d49d9..8c682e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,7 @@ jobs: with: platforms: "386" - - uses: pypa/cibuildwheel@v3.3.1 + - uses: pypa/cibuildwheel@v4.0.0 with: output-dir: "./wheelhouse" config-file: "{package}/pyproject.toml"