Hi,

I've been trying to upload packages to warehouse with this `~/.pypirc`:

[distutils]
index-servers =
    pypi
    warehouse

[pypi]
username: username
password: password

[warehouse]
repository: https://warehouse.python.org/pypi
username: username
password: password

[server-login]
username: username
password: password

and this command (lastest twine):

twine upload -r warehouse -s numpy-1.11.1rc1-cp27-cp27m-manylinux1_x86_64.whl

but I get:

ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))

Is this the right incantation?  Has anyone got this working to their
satisfaction?

Cheers,

Matthew
_______________________________________________
Wheel-builders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to