project-config/playbooks/zuul-tarball/run.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 }}"