d292ee658a
Like we do for bindep and tox roles. Allow a user to manage the twine binary outside of the upload-pypi role. This allows a user to better control the path of the executable too. Change-Id: I5c757b29e185ab76495abf3cfb2d853aada77a50 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
6 lines
245 B
YAML
6 lines
245 B
YAML
---
|
|
pypi_path: "src/{{ zuul.project.canonical_name }}/dist"
|
|
pypi_repository: "{{ pypi_info.repository|default('pypi') }}"
|
|
pypi_repository_url: "{{ pypi_info.repository_url|default('https://pypi.python.org/pypi') }}"
|
|
pypi_twine_executable: twine
|