Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 241 Bytes

RELEASING.md

File metadata and controls

11 lines (10 loc) · 241 Bytes

Build package and test deployment to testpypi repo:

poetry build
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry publish -r testpypi

Build package and deploy to pypi repo:

poetry publish