Actually upload to pypi in the python release job
Change-Id: I06abe2b8deb3de7bf4623731e2b65455ae127805
This commit is contained in:
parent
e8ad51ae41
commit
845f7572bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user