system-config/modules/openstack_project/templates/pypirc.erb
Jeremy Stanley a421f2ceb6 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
2016-07-31 17:01:54 +00:00

9 lines
151 B
Plaintext

[distutils]
index-servers =
pypi
[pypi]
repository: https://upload.pypi.org/legacy/
username: <%= pypi_username %>
password: <%= pypi_password %>