Update upload target

This commit is contained in:
Jason R. Coombs 2016-08-08 14:39:07 -04:00
parent 1b2e949436
commit 29c8385814
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ before_deploy:
deploy:
provider: pypi
# Also update server in setup.cfg
server: https://upload.pypi.io/legacy/
server: https://upload.pypi.org/legacy/
on:
tags: true
all_branches: true

View File

@ -15,7 +15,7 @@ binary = bdist_egg upload --show-response
test = pytest
[upload]
repository = https://upload.pypi.io/legacy/
repository = https://upload.pypi.org/legacy/
[sdist]
formats = gztar zip