d4557c705e
Since both zuul and nodepool only support python3, use python3 to build sdist and bdist_wheel. Change-Id: I452574f9fd1c34aa60e81d63d2bc6771a30b51d6 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
165 B
YAML
7 lines
165 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Build tarball and wheel
|
|
command:
|
|
cmd: python3 setup.py sdist bdist_wheel
|
|
chdir: "{{ zuul.project.src_dir }}"
|