zuul-jobs/playbooks/python/release-pre.yaml
Sorin Sbarnea 3f961ce202 Ensure wheel exists for build-release-python
We need it to exist for building wheels. It should be
installed in a pre-playbook.

Change-Id: Ieaec3d21911decf11283e82fed97dd26b3a93ffa
2020-06-17 16:59:24 -05:00

5 lines
108 B
YAML

- hosts: all
roles:
- role: ensure-wheel
wheel_python: "{{ release_python | default(python) }}"