From 8aea18254ae2b7cc5d3f9a7eb2d25dd5c10b2bc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 16:56:41 +0000 Subject: [PATCH] chore(deps): upgrade pypa/gh-action-pypi-publish action to v1.14.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02231fb948..d9e8df895a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -232,7 +232,7 @@ jobs: target_commitish: ${{ github.ref_name }} - name: "Publish package distributions to PyPI" - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 env: name: "pypi" url: "https://pypi.org/p/py-cord"