[Wheel-builders] warehouse uploads - anyone got these working?

Dana Powers dana.powers at gmail.com
Mon May 30 14:59:04 EDT 2016


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 <matthew.brett at gmail.com> 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
> Wheel-builders at python.org
> https://mail.python.org/mailman/listinfo/wheel-builders


More information about the Wheel-builders mailing list