kevinjqliu commented on code in PR #3749: URL: https://github.com/apache/iceberg-python/pull/3749#discussion_r3713958462
########## mkdocs/docs/how-to-release.md: ########## @@ -67,7 +67,7 @@ deprecation_message( ### Update Library Version -Update the version in `pyproject.toml` and `pyiceberg/__init__.py` to match the release version. See [#1276](https://github.com/apache/iceberg-python/pull/1276). +Update the version in `pyproject.toml` and `pyiceberg/__init__.py` to match the release version. You will need to additionally run `uv lock`. See [#1276](https://github.com/apache/iceberg-python/pull/1276). Review Comment: ```suggestion Update the release version by running `uv version <release-version>`, which updates both `pyproject.toml` and `uv.lock`. Then update the version in `pyiceberg/__init__.py` to match. ``` nit: i found `uv version` which takes care of both the pyproject.toml file and the uv.lock https://docs.astral.sh/uv/reference/cli/#uv-version -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
