From 0c2ef21236a1d96eab2c5eae32bdff13aa5cea48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:12:14 +0000 Subject: [PATCH] chore(actions)(deps): bump pypa/gh-action-pypi-publish Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/76f52bc884231f62b9a034ebfe128415bbaabdfc...cef221092ed1bacb1cc03d23a2d87d1d172e277b) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 99f8125..0b3bcca 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -207,7 +207,7 @@ jobs: # No `password` / `user` / `api-token` — the action mints an # OIDC token from the id-token: write permission and exchanges # it with PyPI for a short-lived upload token. - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # pin v1.12.4 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # pin v1.14.0 with: # Only distribution files (wheel + sdist) live in dist/. The # SBOM is in a separate sbom/ dir so it doesn't get uploaded