Skip to content

Commit

Permalink
adding upload instructions to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Balyan (vvb) <vvb@cisco.com>
  • Loading branch information
vvb committed Sep 20, 2017
1 parent f866615 commit 0a0727f
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 upload
python setup.py bdist_wheel upload
python setup.py sdist
twine upload dist/*

dist: clean
python setup.py sdist
Expand Down

0 comments on commit 0a0727f

Please sign in to comment.