Skip to content

Commit

Permalink
added wheels support for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Shubernetskiy committed Apr 24, 2017
1 parent d081e53 commit 5a72ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ check: lint clean-build clean-pyc clean-test test-coverage

release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload

dist: clean
python setup.py sdist
python setup.py bdist_wheel
ls -l dist

0 comments on commit 5a72ca9

Please sign in to comment.