zuul-jobs/roles/build-python-release/README.rst
Tim Burke 500b4016eb build-python-release: Add flag for whether to build a wheel or not
Default to true to preserve existing behavior.

Change-Id: I7d34fdce546fd37d13aeed78e45f119fc52fe2ef
2021-06-08 14:24:44 -07:00

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.