Monty Taylor 760c3c2c69
Use ensure-twine role to ensure twine exists
Depends-On: Ic00e4f0c08fc42ce9d68f39be8522b6c2bba6396
Change-Id: Id1ce97fee85df24675b32af9d610a3323591a8d4
2017-08-23 16:35:53 -04:00

6 lines
130 B
YAML

- hosts: localhost
roles:
- ensure-twine
- role: upload-pypi
pypi_path: "{{ zuul.executor.work_root }}/artifacts"