Skip to content

Commit

Permalink
Don't use whell
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Nov 11, 2016
1 parent 94ff724 commit cbd42ca
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 @@ -2,7 +2,7 @@ test:
python3 tests/test_all.py

package:
python3 setup.py bdist_wheel
python3 setup.py bdist

readme_rst:
grep -v "^\[!" README.md | sed -e "1d" > README.md.tmp
Expand All @@ -19,7 +19,7 @@ pylint:
pylint bin/bin covernantlib/* tests/*

pypi_submission:
python3 setup.py bdist_wheel upload
python3 setup.py bdist upload
@echo "Go to https://pypi.python.org/pypi/COVERnant/"

new_release:
Expand Down

0 comments on commit cbd42ca

Please sign in to comment.