Skip to content

Commit

Permalink
use twine 'cos Alex and dstufft made me
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Sep 26, 2014
1 parent af2f991 commit 87fc80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -28,8 +28,8 @@ install:
pypi: rtd
pip install -r requirements-pypi.txt
python setup.py register
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*

rtd:
curl -X POST https://readthedocs.org/build/yarg
Expand Down
1 change: 1 addition & 0 deletions requirements-pypi.txt
@@ -1 +1,2 @@
wheel
twine

0 comments on commit 87fc80e

Please sign in to comment.