Skip to content

Commit

Permalink
using wheels for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Shubernetskiy committed Apr 26, 2017
1 parent 28e4dea commit d64f947
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 d64f947

Please sign in to comment.