zuul-jobs/roles/upload-pypi
Paul Belanger 4ee195decb
Delete .pypirc file at end of task
Since this file contains secrets, lets be extra safe and remove the
file after we've called twine.

Change-Id: I221a2e559430565c6a1a6852368445408d63f4b9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-29 11:29:14 -04:00
..
defaults Create pypi_twine_executable 2017-08-23 15:21:26 -04:00
tasks Delete .pypirc file at end of task 2017-08-29 11:29:14 -04:00
templates Add upload-pypi role 2017-08-22 16:08:09 -04:00
README.rst Create pypi_twine_executable 2017-08-23 15:21:26 -04:00

README.rst

Upload python packages to PyPI

Role Variables

Complex argument which contains the information about the PyPI server as well as the authentication information needed. It is expected that this argument comes from a Secret.

Username to use to log in to PyPI.

Password to use to log in to PyPI.