In order to build the Python wheel for installation, follow these steps:
- Install uv (
brew install uv). - In a shell, run
cd python. - Run
make build-dist. This builds the sdist and wheel with the build backend pinned by cryptographic hashes (.build-constraints.txt). - Upload the resulting wheel from
python/dist/into your environment.