cf74d70961
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 |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
templates | ||
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.