From ae2698557cbd50cc0d331e69946c211f774ec05d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 10 Feb 2023 16:46:46 +0100 Subject: [PATCH] tag target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index db01cbe..4989a2a 100644 --- a/Makefile +++ b/Makefile @@ -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/*