a1c25d6fc8
The current default URL returns an error. The error message suggests that we just omit the URL entirely from the config and let twine handle it. That's what this patch does. Change-Id: I83b2eb30e3c93690dbe03052cd3f20a73c110350
38 lines
868 B
ReStructuredText
38 lines
868 B
ReStructuredText
Upload python packages to PyPI
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: pypi_info
|
|
|
|
Complex argument which contains the information about the PyPI
|
|
server as well as the authentication information needed. It is
|
|
expected that this argument comes from a `Secret`.
|
|
|
|
.. zuul:rolevar:: username
|
|
|
|
Username to use to log in to PyPI.
|
|
|
|
.. zuul:rolevar:: password
|
|
|
|
Password to use to log in to PyPI.
|
|
|
|
.. zuul:rolevar:: repository
|
|
:default: pypi
|
|
|
|
Name of the repository to upload to.
|
|
|
|
.. zuul:rolevar:: repository_url
|
|
:default: The built-in twine default for the production pypi.org service.
|
|
|
|
URL of the PyPI repostory.
|
|
|
|
.. zuul:rolevar:: pypi_path
|
|
:default: src/{{ zuul.project.canonical_name }}/dist
|
|
|
|
Path containing artifacts to upload.
|
|
|
|
.. zuul:rolevar:: pypi_twine_executable
|
|
:default: twine
|
|
|
|
Path to twine executable.
|