Skip to content

Commit

Permalink
fix tabs in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Nov 17, 2017
1 parent b44ae41 commit 71e5870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test:
coverage run setup.py test
coverage run setup.py test

release:
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 71e5870

Please sign in to comment.