Why am I getting Error 405 while uploading my package to https://test.pypi.org/legacy?

sntshkmr60 at gmail.com sntshkmr60 at gmail.com
Sun Dec 23 16:08:57 EST 2018


> .pypirc 
>=====
> [distutils]
> index-servers=
>     testpypi
>
> [testpypi]
> repository: https://test.pypi.org/legacy/
> username: UserName
> password: Password


> twine upload --repository testpypi dist/*

Tried your suggestion for .pypirc file. Still the same error.

Has something changed and is not reflected in the documentation?



More information about the Python-list mailing list