Skip to content

Commit

Permalink
Merge pull request #21 from jamescooke/fix-pypi
Browse files Browse the repository at this point in the history
Fix twine upload repo url
  • Loading branch information
jamescooke committed May 31, 2018
2 parents 4d42f88 + 33a9244 commit 21d0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ testpypi: clean sdist bdist_wheel

.PHONY: pypi
pypi: clean sdist bdist_wheel
twine upload dist/*
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

.PHONY: on_master
on_master:
Expand Down

0 comments on commit 21d0470

Please sign in to comment.