manuzhang opened a new pull request, #2740: URL: https://github.com/apache/iceberg-rust/pull/2740
## Summary - Add `--python_bin` / `--python-bin` to `dev/release/verify_rc.sh`. - Use that interpreter as both `PYO3_PYTHON` and `UV_PYTHON` for Rust workspace and pyiceberg-core verification steps. - Document the macOS/Conda `@rpath/libpython*.dylib` failure mode and the explicit-Python workaround. ## Why During 0.10.0 RC verification, Python-linked Rust test discovery could fail on macOS when the active Conda Python did not provide a shared `libpython` dylib. The release artifacts were valid, but the verifier needed a supported way to point PyO3 and uv/maturin at a Python.org or Homebrew interpreter with a shared library. ## Validation - `bash -n dev/release/verify_rc.sh` - `dev/release/verify_rc.sh --help` - `dev/release/verify_rc.sh 0.9.1 2 --python-bin /no/such/python --build 0 --python 0 --check_headers 0 --verify_signature 0 --download 0` fails early with the expected validation error - `git diff --check` -- 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]
