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>
5 lines
134 B
YAML
5 lines
134 B
YAML
- name: Build a tarball and wheel
|
|
command: "{{release_python}} setup.py sdist bdist_wheel"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|