Switch twine to upload.pypi.org

According to
https://mail.python.org/pipermail/distutils-sig/2016-July/029332.html
the correct hostname for warehouse-proxied uploads is now
upload.pypi.org instead of upload.pypi.io, and the latter may
eventually cease functioning.

Change-Id: I9bcff2d9ab2e72f089d44e3bd5689b2db5bdac31
This commit is contained in:
Jeremy Stanley 2016-07-31 17:01:54 +00:00
parent b17b6f744b
commit a421f2ceb6

View File

@ -3,6 +3,6 @@ index-servers =
pypi pypi
[pypi] [pypi]
repository: https://upload.pypi.io/legacy/ repository: https://upload.pypi.org/legacy/
username: <%= pypi_username %> username: <%= pypi_username %>
password: <%= pypi_password %> password: <%= pypi_password %>