This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new ff158965 build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to
1.14.2 (#650)
ff158965 is described below
commit ff158965530d472ea73cdd5c9176fd8e2b83b41b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 11:38:52 2026 +0800
build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.2 (#650)
---
.github/workflows/release_python_binding.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release_python_binding.yml
b/.github/workflows/release_python_binding.yml
index 5c0d1d65..2ee4c201 100644
--- a/.github/workflows/release_python_binding.yml
+++ b/.github/workflows/release_python_binding.yml
@@ -253,7 +253,7 @@ jobs:
- name: Publish to TestPyPI
if: contains(env.RELEASE_TAG, '-')
- uses:
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
+ uses:
pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
@@ -262,7 +262,7 @@ jobs:
- name: Publish to PyPI
if: ${{ !contains(env.RELEASE_TAG, '-') }}
- uses:
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
+ uses:
pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
with:
skip-existing: true
packages-dir: bindings/python/dist