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 77be342 chore(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to
1.14.0 (#297)
77be342 is described below
commit 77be3423d695d9949a130292d959c5989c355263
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 9 09:15:15 2026 +0800
chore(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#297)
---
.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 740fe5e..3780f7c 100644
--- a/.github/workflows/release_python_binding.yml
+++ b/.github/workflows/release_python_binding.yml
@@ -98,7 +98,7 @@ jobs:
- name: Publish to TestPyPI
if: contains(github.ref, '-')
- uses:
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
+ uses:
pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
@@ -107,7 +107,7 @@ jobs:
- name: Publish to PyPI
if: ${{ !contains(github.ref, '-') }}
- uses:
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
+ uses:
pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
with:
skip-existing: true
packages-dir: bindings/python/dist