Skip to content

Commit

Permalink
Use twine for release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 10, 2018
1 parent 7aa1ceb commit acadac1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ docs:
$(MAKE) -C docs html

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

sdist: clean
python setup.py sdist
ls -l dist
ls -l dist

0 comments on commit acadac1

Please sign in to comment.