zuul-jobs/roles/upload-pypi
Ian Wienand cf74d70961 upload-pypi: always test upload
Simplify the update procedure by tagging the checkout with the current
unix timestamp, so we should always having an increasing version
number.  This means we can do the test upload unconditionally in the
check gate.  Given this runs very infrequently, this shouldn't be a
burden.

Change-Id: I12c222802297d760296d35651db8d22fedb6dab4
2022-07-15 09:47:03 +10:00
..
defaults upload-pypi: add option to register packages 2019-01-08 07:49:43 +00: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

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.