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
..
2022-07-15 09:47:03 +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.