Skip to content

Commit

Permalink
make tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Jan 4, 2019
1 parent 3ad2f61 commit a8c9fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@ release: dist ## package and upload a release; tag on github
twine upload dist/*
python setup.py tag

tag: ## package and upload a release; tag on github
python setup.py tag

install: clean ## install the package to the active Python's site-packages
python setup.py install

0 comments on commit a8c9fb2

Please sign in to comment.