Utility for tagging

This commit is contained in:
Tony Garnock-Jones 2022-02-11 11:57:29 +01:00
parent 7f65f9ecb1
commit fad9111241
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ coverage: update-test-data
update-test-data:
rsync ../../tests/samples.bin ../../tests/samples.pr tests
tag:
git tag python-preserves@`python3 setup.py --version`
clean:
rm -rf htmlcov
find . -iname __pycache__ -o -iname '*.pyc' | xargs rm -rf