diff --git a/README.md b/README.md index e489543..58328df 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,14 @@ Data will eventuall be stored in a SQLite database. uv run pytest tests.py ``` +## Creating a new release + +* make code changes +* add tests; make them pass +* commit +* `git tag vX.Y.Z` +* push commits and tags + +`uv build` will now create correctly named tar balls and wheels. + [Textual]: https://textual.textualize.io/