Skip to content

Commit

Permalink
Still produce tar.gz sdist for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed May 26, 2017
1 parent f252d93 commit ad76d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ release: dist ## Generate and upload release to PyPi
twine upload -s dist/*

dist: clean ## Generate source dist and wheels
python setup.py sdist
python setup.py bdist_wheel
ls -l dist

0 comments on commit ad76d36

Please sign in to comment.