diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61313f7..0cbaec0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: with: platforms: "386" - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 with: output-dir: "./wheelhouse" config-file: "{package}/pyproject.toml"