Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlew committed May 12, 2024
1 parent 8279f08 commit 76d24de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 76d24de

Please sign in to comment.