Before running the build script, ensure you have the required dependencies:
./artifactsdirectory withpipeline-zen.envandpipeline-zen-gcp-key.json(ask a team member for these files)
To build distribution packages for nodes:
```bash
./scripts/build-artifacts.shThis will create an artifacts directory with:
abis.tar.gz(from../contracts/out)addresses.json(from../contracts/address.json)pipeline-zen.tar.gz(from cloningpipeline-zenin a temporary directory)
And will upload the artifacts to the Lumino GCS buckets.
After building the packages, update the VERSION file, and publish to PyPI with:
./scripts/push-to-pypi.sh