zuul-jobs/roles/ensure-twine/README.rst
Doug Hellmann 125eeed6fe enable setting python version for ensure-twine
Add twine_python so we can control the version of python used to
install twine.

Change-Id: I36ddbdf78f549ddc022cce86f3ada9631fb19c37
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-11-08 14:06:07 -05:00

10 lines
235 B
ReStructuredText

Ensure twine is installed.
**Role Variables**
.. zuul:rolevar:: twine_python
:default: python
The python interpreter to use to install twine if it is not already
installed. Set it to "python3" to use python 3, for example.