From eb323b398f10b690f4302e3880d9684f40ea3b56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:40:17 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.14.0 --- .github/workflows/pypipublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypipublish.yml b/.github/workflows/pypipublish.yml index 4a3bdfc..91c8681 100644 --- a/.github/workflows/pypipublish.yml +++ b/.github/workflows/pypipublish.yml @@ -43,6 +43,6 @@ jobs: # password: ${{ secrets.PYPI_TEST_KEY }} # repository-url: https://test.pypi.org/legacy/ - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: password: ${{ secrets.PYPI_KEY }}