2a957c7f1c
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
5 lines
125 B
YAML
5 lines
125 B
YAML
- name: Build a tarball and wheel
|
|
command: python setup.py sdist bdist_wheel
|
|
args:
|
|
chdir: "{{ python_sdist_chdir }}"
|