This document provide details for Monocle committers tasks
> python3 -m build
> python3 -m pip install --upgrade twine
> python3 -m twine upload --repository testpypi dist/*
The steps to set the credential can be found here: https://packaging.python.org/en/latest/specifications/pypirc/
After setup of credentials, follow the commands below to publish the package to testpypi:
> python3 -m pip install pipenv
> pipenv install monocle-observability