system-config/modules/openstack_project/templates/pypirc.erb
Jeremy Stanley 4b9f5d3805 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
2016-06-05 14:24:50 +00:00

9 lines
150 B
Plaintext

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