Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 641 Bytes

DEVELOPMENT.md

File metadata and controls

16 lines (10 loc) · 641 Bytes

How to develop this package

Publishing

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.