zuul-jobs/roles/upload-pypi
Ian Wienand f76cfbab11 linters: fix spaces between filters
This fixes a number of places where we do not have spaces between
filters.  I think that this is a reasonable rule for readability (I
also think it probably was enforced, but maybe later versions got
better at detecting it?).

These are detected by a later version of Ansible lint; this change
should have no operational change to any roles but prepares us to
update in a follow-on change.

Change-Id: I07e1a109b87adce86f483d14d7e02fcecb8313d5
2022-07-27 17:13:39 +10:00
..
defaults linters: fix spaces between filters 2022-07-27 17:13:39 +10:00
tasks upload-pypi: always test upload 2022-07-15 09:47:03 +10:00
templates upload-pypi: support API token upload 2022-07-13 15:18:08 +10:00
README.rst upload-pypi: support API token upload 2022-07-13 15:18:08 +10: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. Note PyPi reccommends using two-factor auth and generating an API token for uploading.

Password to use to log in to PyPI.