zuul-jobs/playbooks/python/upload-pypi.yaml
Monty Taylor 47b2a7c869
Add non-OpenStack PyPI upload job
If people are using normal tarball jobs to build sdist tarballs, they
can also use a normal job to upload them.

This job will require being passed a dict variable with username and
password, which really should be stored in a secret.

Change-Id: I5747856e54d07a98571db38f1827b3e3cfefe768
2017-08-22 16:09:03 -04:00

4 lines
46 B
YAML

- hosts: all
roles:
- role: upload-pypi