James E. Blair 845f7572bf Actually upload to pypi in the python release job
Change-Id: I06abe2b8deb3de7bf4623731e2b65455ae127805
2019-04-03 12:49:22 -07:00

12 lines
255 B
YAML

- hosts: all
roles:
- fetch-python-sdist-output
- hosts: localhost
roles:
- role: ensure-twine
when: zuul_success | bool
- role: upload-pypi
pypi_path: "{{ zuul.executor.work_root }}/artifacts"
when: zuul_success | bool