Switch PyPI uploads to Warehouse

Uploading to Warehouse should be more stable than the old PyPI
upload endpoint.
https://mail.python.org/pipermail/distutils-sig/2016-June/029083.html

Change-Id: Ib9d3d2bd02358947433aeb9520eb1bc1088392eb
This commit is contained in:
Jeremy Stanley 2016-06-05 14:16:36 +00:00
parent 6be33d19d4
commit 4b9f5d3805

View File

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