diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfc8bdc1..3f797172 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.event.release.tag_name }} - name: Build wheels - uses: pypa/cibuildwheel@v3.3 + uses: pypa/cibuildwheel@v3.4 with: config-file: cibuildwheel.toml output-dir: wheelhouse