From 073635f190cb863d5dbd8221dcf964e524d3cd4b Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Wed, 2 Sep 2026 23:13:30 +0900 Subject: [PATCH] Update gh-action-pypi-publish to v1.14.2 for metadata 2.5 support The v3.36.0 release failed at the PyPI publish step with "InvalidDistribution: Invalid distribution metadata: '2.5' is not a valid metadata version". Recent hatchling emits core metadata 2.5, which the Twine bundled in gh-action-pypi-publish v1.13.0 does not recognize. v1.14.2 bundles Twine v7, which supports metadata 2.5. Co-Authored-By: Claude Fable 5 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 23da30e8..d7918824 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: run: | uv build -v - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 - name: Release uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: