Skip to content

Commit

Permalink
Added: lint before upload new version to PYPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
strizhechenko committed Jul 16, 2017
1 parent 662d963 commit c19e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ build: clean
python setup.py sdist
python setup.py bdist_wheel

upload: test clean
upload: test lint clean
python setup.py sdist upload
# python setup.py bdist_wheel upload

Expand Down

0 comments on commit c19e152

Please sign in to comment.