500b4016eb
Default to true to preserve existing behavior. Change-Id: I7d34fdce546fd37d13aeed78e45f119fc52fe2ef
21 lines
464 B
ReStructuredText
21 lines
464 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.
|
|
|
|
.. zuul:rolevar:: build_wheel
|
|
:default: true
|
|
|
|
Whether to build a wheel. Set to false to just build an sdist tarball.
|
|
|
|
.. zuul:rolevar:: bdist_wheel_xargs
|
|
:default: ''
|
|
|
|
Extra arguments to pass to the bdist_wheel command when building
|
|
packages.
|