Skip to content

Commit

Permalink
Using twine for make release. It's safer.
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Dec 17, 2016
1 parent dc561d4 commit bdf2d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -57,9 +57,8 @@ docs:
$(MAKE) -C docs html $(MAKE) -C docs html
open docs/_build/html/index.html open docs/_build/html/index.html


release: clean release: clean dist
python setup.py sdist upload twine upload dist/*
python setup.py bdist_wheel upload


dist: clean dist: clean
python setup.py sdist python setup.py sdist
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Expand Up @@ -6,3 +6,4 @@ tox>=2.3.3
coverage>=4.2 coverage>=4.2
pytest>=3.0.5 pytest>=3.0.5
supportdata>=0.0.5 supportdata>=0.0.5
twine>=1.8.1

0 comments on commit bdf2d23

Please sign in to comment.