We use Poetry to manage dependencies and publish this package to PyPI. Follow their instructions for setting up the poetry
CLI.
Also make sure to configure credentials for PyPI. You can create an API token here (the credentials for logging in are in our shared 1password).
Once you have that set up, you can simply build and publish the package like so.
poetry build
poetry publish
Note that you need to bump the version in pyproject.toml
before being able to publish a new version.