From a421f2ceb6a38661ea17175d314e7a2276dbad4c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 31 Jul 2016 17:01:54 +0000 Subject: [PATCH] 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 --- modules/openstack_project/templates/pypirc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/pypirc.erb b/modules/openstack_project/templates/pypirc.erb index b5fc6a0e88..19cc3ce5c5 100644 --- a/modules/openstack_project/templates/pypirc.erb +++ b/modules/openstack_project/templates/pypirc.erb @@ -3,6 +3,6 @@ index-servers = pypi [pypi] -repository: https://upload.pypi.io/legacy/ +repository: https://upload.pypi.org/legacy/ username: <%= pypi_username %> password: <%= pypi_password %>