mirror of
https://github.com/google/re2.git
synced 2025-10-14 02:17:38 +08:00
.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:
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user