From 76d24de37120b57cbc17b141f3ecbd91cda1d340 Mon Sep 17 00:00:00 2001 From: Lukasz Lew Date: Sun, 12 May 2024 08:25:39 -0700 Subject: [PATCH] README update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 ```