commit | bc2752803f2a61390cbf53db0595cef0aa6425c2 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Mon Sep 29 12:03:24 2025 -0400 |
committer | Russ Cox <rsc@swtch.com> | Mon Sep 29 10:42:48 2025 -0700 |
tree | 5f74351004ecc80fcb6068104beff9c58df23902 | |
parent | 7df55392484332811edf5a1180c2cea41bb74224 [diff] |
.github/workflows: update pypa/gh-action-pypi-publish There is a security fix in 1.13.0 and dependabot insists. Change-Id: I346de5711188a6c2b03d1416b7bda4d614976c9c Reviewed-on: https://code-review.googlesource.com/c/re2/+/64050 Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fbd1222..beec8ca 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml
@@ -251,6 +251,6 @@ shell: bash working-directory: python - if: inputs.build >= 1 - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: packages-dir: python/dist