From 8afbb9cef849ed33423fed586ddbac9c1c34ace2 Mon Sep 17 00:00:00 2001 From: Aron Radics Date: Sat, 23 Dec 2023 20:04:21 +0100 Subject: [PATCH] Fix tagging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfb4833..d7f5a7c 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build: $(ACTIVATE) && python -m build git-tag: - git tag $(shell grep 'version' pyproject.toml | cut -d '"' -f2) + git tag v$(shell grep 'version' pyproject.toml | cut -d '"' -f2) git push --tags clean: