diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c682e1..7adc216 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,7 +177,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"