Support an api_token argument. Accounts that have two-factor auth
will at some point require using API tokens to upload.
Change-Id: Id0c47d088d6e8febbae3c96caecc81ebe247754e
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
Create a role to upload python artificats using twine
username and password are required, so remove them from
defaults. Install twine in the homedir by default if the twine command
is not found.
Upload wheels if found first, then tarballs.
Change-Id: I8857e2983e1175107164536d57e313a5b404bddb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>