From 881a2db9dc11c0bc8ff957084d719cdbdca303a6 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sat, 16 Nov 2024 02:06:00 -0700 Subject: [PATCH] doc: publish instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0c84492..7484335 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,15 @@ isort app_skellington flake8 app_skellington ``` +Publish: + +``` +# Create a tag with the desired version number: +git tag -a v0.2.0 -m "0.2.0 provides modern pyproject.toml build with setuptools, versioning, and publishing" +git push origin v0.2.0 +python -m build +twine upload dist/* +``` # Version