.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>
This commit is contained in:
Russ Cox
2025-09-29 12:03:24 -04:00
parent 7df5539248
commit bc2752803f

View File

@@ -251,6 +251,6 @@ jobs:
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