Skip to content
Snippets Groups Projects
Commit 5a7c7989 authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Sign release tags.

parent 7e67f30b
Branches
Tags 1.3.5
No related merge requests found
PROJECT = yangson
VERSION = 1.3.0
VERSION = 1.3.2
.PHONY = tags deps install-deps test
tags:
......@@ -15,7 +15,8 @@ test:
@py.test tests
release:
git tag -a -m "Yangson release $(VERSION)" $(VERSION)
git tag -a -s -m "Yangson release $(VERSION)" $(VERSION)
git push --follow-tags
rm -f dist/*
python setup.py sdist
python setup.py bdist_wheel
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment