diff --git a/mkdocs/docs/SUMMARY.md b/mkdocs/docs/SUMMARY.md index 8d384f8a31..c344b2fdd2 100644 --- a/mkdocs/docs/SUMMARY.md +++ b/mkdocs/docs/SUMMARY.md @@ -30,6 +30,7 @@ - [Verify a release](verify-release.md) - [How to release](how-to-release.md) - [Release Notes](https://github.com/apache/iceberg-python/releases) + - [Nightly Build](nightly-build.md) - [Code Reference](reference/) diff --git a/mkdocs/docs/nightly-build.md b/mkdocs/docs/nightly-build.md new file mode 100644 index 0000000000..386e923402 --- /dev/null +++ b/mkdocs/docs/nightly-build.md @@ -0,0 +1,35 @@ + + +# Nightly Build + +A nightly build of PyIceberg is available on testpypi, [https://test.pypi.org/project/pyiceberg/](https://test.pypi.org/project/pyiceberg/). + +To install the nightly build, + +```shell +pip install -i https://test.pypi.org/simple/ --pre pyiceberg +``` + + + +!!! warning "For Testing Purposes Only" + Nightly builds are for testing purposes only and have not been validated. Please use at your own risk, as they may contain untested changes, potential bugs, or incomplete features. Additionally, ensure compliance with any applicable licenses, as these builds may include changes that have not been reviewed for legal or licensing implications. + +