project-config/playbooks/templates/publish/testpypi/pypirc.j2
Paul Belanger 36b56f76c0 Create testpypi_secret secret for zuulv3
This creates credentials needed for testpypi.python.org. I've also
stored the information in our password file.

Also start fleshing out release-openstack-python job allowing us to
install twine and pypirc on to the executor.

Change-Id: I06422102b6af209bd22d05faa6202e480a128f84
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-16 16:46:58 -04:00

9 lines
176 B
Django/Jinja

[distutils]
index-servers=
testpypi
[testpypi]
repository:{{ testpypi_secret.repository }}
username:{{ testpypi_secret.username }}
password:{{ testpypi_secret.password }}