Skip to content

Commit

Permalink
Update make publish
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Jun 26, 2019
1 parent f9c351b commit ddf1330
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ help:

deps:
pip install -r requirements.txt
pip install tox sphinx sphinx-autobuild
pip install tox sphinx sphinx-autobuild twine

test:
tox

publish:
python setup.py register
python setup.py sdist upload
python setup.py bdist_wheel --universal upload
rm -fr build dist .egg requests.egg-info
python setup.py sdist bdist_wheel
twine upload dist/*
rm -fr build dist

0 comments on commit ddf1330

Please sign in to comment.