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 d3b8184 docs: fix Python package name in RC verification guide (#331)
d3b8184 is described below
commit d3b8184713840f36dff10c998c5a53679501c9fd
Author: yuxia Luo <[email protected]>
AuthorDate: Wed May 20 09:03:14 2026 +0800
docs: fix Python package name in RC verification guide (#331)
---
docs/src/release/verifying-a-release-candidate.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/release/verifying-a-release-candidate.md
b/docs/src/release/verifying-a-release-candidate.md
index 424e850..550a9da 100644
--- a/docs/src/release/verifying-a-release-candidate.md
+++ b/docs/src/release/verifying-a-release-candidate.md
@@ -115,7 +115,7 @@ For any user-facing feature included in a release, we aim
to ensure it is functi
- **Python binding:** The RC is published to **TestPyPI**; install the client
from TestPyPI and write your own test cases to verify:
```bash
- pip install -i https://test.pypi.org/simple/ pypaimon==${RELEASE_VERSION}
+ pip install -i https://test.pypi.org/simple/
pypaimon-rust==${RELEASE_VERSION}
```
- **Go binding:** The RC is published as a Go module tag
`bindings/go/v${RELEASE_VERSION}-rc${RC_NUM}`; see [Go
Binding](https://paimon.apache.org/docs/rust/go-binding/) for usage. Add it to
your Go project and write test cases to verify: