I have never uploaded to warehouse, but checking the url shows: https://warehouse.python.org/pypi -> 301 redirect to https://pypi.io/pypi
https://pypi.io/pypi -> 404 Have you tried dropping `/pypi` from the repository url ? -Dana On Mon, May 30, 2016 at 11:31 AM, Matthew Brett <[email protected]> wrote: > 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 _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
