Skip to content

Commit

Permalink
fix release script to not include bdist since bdist_wheel is present
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jan 28, 2016
1 parent ea855a0 commit 1f995db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ docs:
open docs/_build/html/index.html

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

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

0 comments on commit 1f995db

Please sign in to comment.