doc: publish instructions

This commit is contained in:
Mathew Guest 2024-11-16 02:06:00 -07:00
parent ac4b765099
commit 881a2db9dc

@ -110,6 +110,15 @@ isort app_skellington
flake8 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 # Version