zuul-jobs/roles/build-python-release/tasks/main.yaml
Doug Hellmann be339b7746 allow build-python-release consumers to override python version
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>
2018-06-11 15:17:40 -04:00

5 lines
134 B
YAML

- name: Build a tarball and wheel
command: "{{release_python}} setup.py sdist bdist_wheel"
args:
chdir: "{{ zuul_work_dir }}"