From b586333d7bec05e9a337744b9c7d6e5c5ca72104 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 25 Aug 2026 19:22:13 -0400 Subject: [PATCH] fix: support metadata 2.5 when publishing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79ed0c3..18b8c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: changelog: true - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.2 # NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true. # See https://github.com/actions/runner/issues/1173 if: steps.release.outputs.released == 'true'