From 29673d7bd499ba13fdaebe6550279a2bf98b0afa Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 22 Aug 2026 08:35:36 -0400 Subject: [PATCH] fix: update pypi-publish so that it will properly build to pypi --- .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 a256ce70..d1915057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,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'