From 8549b97b26e6e4778781bf119296798d4d25e217 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:58:14 +0000 Subject: [PATCH] Update 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 e31b6a74..9bc0e979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: name: "distfiles" path: "dist/" - name: "Publish package distributions to PyPI" - uses: "pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e" # v1.13.0 + uses: "pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b" # v1.14.0 ## Used for networktocode org since trusted publisher isn't supported for GitHub Plan. with: user: "__token__"