Add publish command.
This commit is contained in:
parent
580d78a168
commit
dc0a6bb17e
2 changed files with 4 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -8,3 +8,5 @@ test:
|
|||
rm -f .coverage
|
||||
@nosetests -sv --with-coverage ./tests/
|
||||
|
||||
publish:
|
||||
python setup.py sdist bdist_wheel upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue