zuul-jobs/roles/upload-pypi
Jeremy Stanley 6aef14e851 Be consistent about spaces before and after vars
With the arrival of ansible-lint 4, Jinja2 variable expansions must
include spaces before and after the variable name inside the
brackets.

Adjust the new violations accordingly and remove the rule
206 exclusion. For special cases we can have use inline excludes.

Change-Id: Ib3ff7b0233a5d5cf99772f9c2adc81861cf34ffa
2019-08-02 17:31:20 +01:00
..
defaults upload-pypi: add option to register packages 2019-01-08 07:49:43 +00:00
tasks Be consistent about spaces before and after vars 2019-08-02 17:31:20 +01: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.