diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bee2c39..8ca31b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: with: platforms: "386" - - uses: pypa/cibuildwheel@v4.0.0 + - uses: pypa/cibuildwheel@v4.1.0 with: output-dir: "./wheelhouse" config-file: "{package}/pyproject.toml"