Create git tag on release (#1085)
I'm pretty forgetful so I doubt I'd remember to do this
This commit is contained in:
parent
1f6b1b8c4a
commit
b161835198
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -17,3 +17,5 @@ test_server:
|
|||
|
||||
publish:
|
||||
python setup.py sdist bdist_wheel upload
|
||||
git tag $(python setup.py version)
|
||||
git push push origin $(python setup.py version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue