From 129224e7f77083553ece0fc6033d134603a80fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:34:58 +0000 Subject: [PATCH] chore(deps): upgrade pypa/gh-action-pypi-publish action to v1.14.1 --- .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 20197c25c0..e929226072 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@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 env: name: "pypi" url: "https://pypi.org/p/py-cord"