diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc4b90f..7047ac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # cibuildwheel is configured via pyproject.toml - name: Build wheels with cibuildwheel - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.4.0 env: CIBW_ENVIRONMENT: CI_COMMIT_TAG="${{ github.ref_name }}" # Force UTF-8 mode (especially for Windows)