From a6b60ff145d6b45d64a3ce70911fac9db2bc3a3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:29:18 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.14.2 --- .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 181a8790..77309f76 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@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: password: ${{ secrets.PYPI_KEY }}