Skip to content

Commit

Permalink
use twine for pypi uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb committed Apr 22, 2020
1 parent 2fde870 commit 7f887a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ docs:
servedocs: docs
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

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

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

install: clean
Expand Down

0 comments on commit 7f887a9

Please sign in to comment.