diff --git a/playbooks/release-python/post.yaml b/playbooks/release-python/post.yaml index 86edc2b..2410ff7 100644 --- a/playbooks/release-python/post.yaml +++ b/playbooks/release-python/post.yaml @@ -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