diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7cfc68..3250d07 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.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_ENVIRONMENT: CI_COMMIT_TAG="${{ github.ref_name }}" # Force UTF-8 mode (especially for Windows)