zuul-jobs/roles/upload-pypi
Tim Burke 15cba72359 Exclude linux_x86_64 wheels from upload to PyPI
...who would just reject them with

    Binary wheel '...' has an unsupported platform tag 'linux_x86_64'.

anyway.

Change-Id: Ie656de99ec1a7b00490f99b89dfc33d5e73ad079
2019-04-02 14:32:14 -07:00
..
defaults upload-pypi: add option to register packages 2019-01-08 07:49:43 +00:00
tasks Exclude linux_x86_64 wheels from upload to PyPI 2019-04-02 14:32:14 -07:00
templates upload-pypi: make repository url optional 2017-10-17 14:13:24 -07:00
README.rst upload-pypi: add option to register packages 2019-01-08 07:49:43 +00:00

README.rst

Upload python packages to PyPI

Role Variables

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.

Username to use to log in to PyPI.

Password to use to log in to PyPI.