This is an automated email from the ASF dual-hosted git repository.

blackmwk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 728d9a1ac docs: add pyiceberg-core release validation (#2502)
728d9a1ac is described below

commit 728d9a1ac4479f73adfc0a7f272d714b94f04c53
Author: Asish Kumar <[email protected]>
AuthorDate: Mon May 25 17:24:02 2026 +0530

    docs: add pyiceberg-core release validation (#2502)
    
    ## Which issue does this PR close?
    
    - Closes #2387.
    
    ## What changes are included in this PR?
    
    - Add pyiceberg-core validation to the release vote checklist.
    - Add pyiceberg-core build and test commands to the release verification
    guide.
    
    ## Are these changes tested?
    
    - `git diff --check`
    - Not run: website build, documentation-only change.
---
 website/src/release.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/website/src/release.md b/website/src/release.md
index 79c2bca8a..e8ab8e03b 100644
--- a/website/src/release.md
+++ b/website/src/release.md
@@ -261,6 +261,7 @@ Checklist for reference:
 [ ] No unexpected binary files are included
 [ ] All source files have ASF headers
 [ ] The project builds successfully from source
+[ ] pyiceberg-core builds and tests successfully
 
 For more details, please refer to:
 https://rust.iceberg.apache.org/release.html#how-to-verify-a-release
@@ -346,6 +347,15 @@ After downloading them, here are the instructions on how 
to verify them.
   ```bash
   make build && make test
   ```
+* Verify pyiceberg-core build and tests:
+
+  ```bash
+  (
+    cd bindings/python
+    make install
+    make test
+  )
+  ```
 * Verify license headers: 
   
   ```bash

Reply via email to