Skip to content

Commit

Permalink
Update make publish to use https url explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Jul 19, 2016
1 parent 93f0d7a commit c952978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -25,7 +25,7 @@ install: dist docs

# Upload to pypi
publish:
$(PYTHON) setup.py register sdist upload
$(PYTHON) setup.py register -r https://pypi.python.org/pypi sdist upload -r https://pypi.python.org/pypi
rm ~/.pypirc

testpublish:
Expand Down

0 comments on commit c952978

Please sign in to comment.