zuul-jobs/playbooks/python/sdist.yaml
Monty Taylor 2a957c7f1c
Add non-OpenStack python tarball creation job
OpenStack python tarball building is weird and not done in a manner
consistent with how other folks do it. Make a job that just runs python
setup.py sdist bdist_wheel.

Change-Id: I0df77cdd00b9820bad3b9cde75be9e150057a584
2017-08-22 16:09:02 -04:00

4 lines
47 B
YAML

- hosts: all
roles:
- build-python-sdist