fa9cb2f468
When uploading packages to a devPI instance, the role fails if the packages are not registered first. Since this is not required on PyPI, this adds the "pypi_register_first" option to the role so that users can choose to do so. Change-Id: I2b50362e485175d51840e49ffc09a734b44ec85d |
||
---|---|---|
.. | ||
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.
Password to use to log in to PyPI.