be339b7746
Define a release_python variable that users of the build-python-release role can override to set which version of python they are using for building sdists and wheels. Change-Id: I1502c572304000fab45a43e1a6d674f5aa7e9a9e Signed-off-by: Doug Hellmann <doug@doughellmann.com>
10 lines
207 B
ReStructuredText
10 lines
207 B
ReStructuredText
Build sdist and wheel for Python projects.
|
|
|
|
** Role Variables **
|
|
|
|
.. zuul:rolevar:: release_python
|
|
:default: python
|
|
|
|
The python interpreter to use. Set it to "python3" to use python 3,
|
|
for example.
|