Skip to content

Commit d3b8184

Browse files
authored
docs: fix Python package name in RC verification guide (#331)
1 parent 01db1d0 commit d3b8184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/release/verifying-a-release-candidate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For any user-facing feature included in a release, we aim to ensure it is functi
115115
- **Python binding:** The RC is published to **TestPyPI**; install the client from TestPyPI and write your own test cases to verify:
116116

117117
```bash
118-
pip install -i https://test.pypi.org/simple/ pypaimon==${RELEASE_VERSION}
118+
pip install -i https://test.pypi.org/simple/ pypaimon-rust==${RELEASE_VERSION}
119119
```
120120

121121
- **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:

0 commit comments

Comments
 (0)