diff --git a/.github/workflows/release_pypi.yml b/.github/workflows/release_pypi.yml index a6a42d10d..402bcd426 100644 --- a/.github/workflows/release_pypi.yml +++ b/.github/workflows/release_pypi.yml @@ -60,7 +60,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 compute-signatures: name: Compute SHA1 Sums and Sign with Sigstore diff --git a/.github/workflows/release_test_pypi.yml b/.github/workflows/release_test_pypi.yml index 5a9661de7..0d89a14c2 100644 --- a/.github/workflows/release_test_pypi.yml +++ b/.github/workflows/release_test_pypi.yml @@ -60,7 +60,7 @@ jobs: name: python-package-distributions path: dist/ - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: repository-url: https://test.pypi.org/legacy/ diff --git a/changes/unreleased/5257.c4g6KoZswRyGb9ypHwfKzB.toml b/changes/unreleased/5257.c4g6KoZswRyGb9ypHwfKzB.toml new file mode 100644 index 000000000..a4e37e3e5 --- /dev/null +++ b/changes/unreleased/5257.c4g6KoZswRyGb9ypHwfKzB.toml @@ -0,0 +1,5 @@ +internal = "Update pypa/gh-action-pypi-publish action to v1.14.0" +[[pull_requests]] +uid = "5257" +author_uids = ["renovate[bot]"] +closes_threads = []