Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Update publishing logic in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed May 6, 2016
1 parent 8d83397 commit 2e47207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ certs:
curl https://mkcert.org/generate/ -o hyper/certs.pem

publish:
python setup.py sdist upload
python setup.py bdist_wheel upload
rm -rf dist/
python setup.py sdist bdist_wheel
twine upload -s dist/*

test:
py.test -n 4 --cov hyper test/

0 comments on commit 2e47207

Please sign in to comment.