This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/release-0.2 by this push:
new 88ff085 ci: revert pypa/gh-action-pypi-publish from v1.14.0 to
v1.13.0 (#338)
88ff085 is described below
commit 88ff085522eb183c8ce3ae5593f90fea3d547e5e
Author: yuxia Luo <[email protected]>
AuthorDate: Wed May 20 15:36:17 2026 +0800
ci: revert pypa/gh-action-pypi-publish from v1.14.0 to v1.13.0 (#338)
---
.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