mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2025-01-02 10:59:21 -07:00
doc: publish instructions
This commit is contained in:
parent
ac4b765099
commit
881a2db9dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user