4b9f5d3805
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
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
[distutils]
|
|
index-servers =
|
|
pypi
|
|
|
|
[pypi]
|
|
repository: https://upload.pypi.io/legacy/
|
|
username: <%= pypi_username %>
|
|
password: <%= pypi_password %>
|