zuul-jobs/roles/upload-pypi
Paul Belanger f49614bbcd
Revert "Include tar.gz.asc / whl.asc for twine"
Talking with fungi, the next version of pypi won't support asc files
being displayed. So, just revert for now. Also, this needs to be a
single twine command if we do want to support them.

This reverts commit 356c9807c3.

Change-Id: Ied130a1380ff2a404b9fdadb7c0cddd10cc757c5
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-08-25 16:32:52 -04:00
..
defaults Create pypi_twine_executable 2017-08-23 15:21:26 -04:00
tasks Revert "Include tar.gz.asc / whl.asc for twine" 2017-08-25 16:32:52 -04:00
templates Add upload-pypi role 2017-08-22 16:08:09 -04:00
README.rst Create pypi_twine_executable 2017-08-23 15:21:26 -04: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.

Password to use to log in to PyPI.