luoyuxia opened a new pull request, #330: URL: https://github.com/apache/paimon-rust/pull/330
## Summary - For pre-release tags (e.g. `v0.2.0-rc1`), override the version in `pyproject.toml` so each RC gets a unique PEP 440 version (e.g. `0.2.0rc1`, `0.2.0rc2`), avoiding Test PyPI overwrite conflicts - Maturin gives `pyproject.toml` precedence over `Cargo.toml`, so `Cargo.toml` remains untouched and Rust compilation is unaffected - Fix verification docs: correct package name (`pypaimon-rust`) and include RC number in pip install version ## Test plan - [x] Verified with `v0.1.0-rc0` tag on https://github.com/luoyuxia/paimon-rust — build succeeded and produced correct version 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
