diff --git a/README.md b/README.md index b6a515b..28ab0db 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,12 @@ pip install poetry poetry install poetry run pytest poetry run mypy . +``` +## Publish package +```shell # edit stuff; increase version poetry build +poetry config pypi-token.pypi [token] poetry publish ```