tag target

This commit is contained in:
Tony Garnock-Jones 2023-02-10 16:46:46 +01:00
parent 587fba6887
commit ae2698557c
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ clean:
rm -f .coverage
rm -rf *.egg-info build dist
tag:
git tag v`python3 setup.py --version`
# sudo apt install python3-wheel twine
publish: build
twine upload dist/*