Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Aug 23, 2018
1 parent 35b1d36 commit a1fbdb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ servedocs: docs
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .

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

dist: clean
python setup.py sdist
Expand Down

0 comments on commit a1fbdb9

Please sign in to comment.