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 63a5374  ci: revert pypa/gh-action-pypi-publish from v1.14.0 to 
v1.13.0 (#337)
63a5374 is described below

commit 63a53746a322497818b61bce99598b0450a71af4
Author: yuxia Luo <[email protected]>
AuthorDate: Wed May 20 15:36:13 2026 +0800

    ci: revert pypa/gh-action-pypi-publish from v1.14.0 to v1.13.0 (#337)
---
 .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 c3dc05a..96c3960 100644
--- a/.github/workflows/release_python_binding.yml
+++ b/.github/workflows/release_python_binding.yml
@@ -153,7 +153,7 @@ jobs:
 
       - name: Publish to TestPyPI
         if: contains(github.ref, '-')
-        uses: 
pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
+        uses: 
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
         with:
           repository-url: https://test.pypi.org/legacy/
           skip-existing: true
@@ -162,7 +162,7 @@ jobs:
 
       - name: Publish to PyPI
         if: ${{ !contains(github.ref, '-') }}
-        uses: 
pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
+        uses: 
pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
         with:
           skip-existing: true
           packages-dir: bindings/python/dist

Reply via email to