zuul-jobs/roles/upload-pypi
mhuin fa9cb2f468 upload-pypi: add option to register packages
When uploading packages to a devPI instance, the role fails if
the packages are not registered first. Since this is not required
on PyPI, this adds the "pypi_register_first" option to the role
so that users can choose to do so.

Change-Id: I2b50362e485175d51840e49ffc09a734b44ec85d
2019-01-08 07:49:43 +00:00
..
defaults upload-pypi: add option to register packages 2019-01-08 07:49:43 +00:00
tasks upload-pypi: add option to register packages 2019-01-08 07:49:43 +00:00
templates upload-pypi: make repository url optional 2017-10-17 14:13:24 -07:00
README.rst upload-pypi: add option to register packages 2019-01-08 07:49:43 +00: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.