Skip to content

Commit

Permalink
Merge pull request #35 from radaron/fix_tagging
Browse files Browse the repository at this point in the history
Fix tagging
  • Loading branch information
radaron authored Dec 23, 2023
2 parents a4b9d53 + 8afbb9c commit 93e3ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93e3ef6

Please sign in to comment.