Actually upload to pypi in the python release job

Change-Id: I06abe2b8deb3de7bf4623731e2b65455ae127805
This commit is contained in:
James E. Blair 2019-04-03 12:49:22 -07:00
parent e8ad51ae41
commit 845f7572bf
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
- 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