From a4bdc70144f18f5b287d8a2d12afbc5a24866e77 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Mon, 3 Aug 2026 21:26:10 +0000 Subject: [PATCH 1/2] Update release docs for uv.lock --- mkdocs/docs/how-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md index 01a1b4d08e..274e274da6 100644 --- a/mkdocs/docs/how-to-release.md +++ b/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). ## Publishing a Release Candidate (RC) From e72b842cb74bd148cb7c955705c59ae61c664b32 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Tue, 4 Aug 2026 08:47:56 -0700 Subject: [PATCH 2/2] Apply suggestion from @kevinjqliu --- mkdocs/docs/how-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/how-to-release.md b/mkdocs/docs/how-to-release.md index 274e274da6..b6fd545311 100644 --- a/mkdocs/docs/how-to-release.md +++ b/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. You will need to additionally run `uv lock`. See [#1276](https://github.com/apache/iceberg-python/pull/1276). +Update the release version by running `uv version `, which updates both `pyproject.toml` and `uv.lock`. Then update the version in `pyiceberg/__init__.py` to match. ## Publishing a Release Candidate (RC)