> .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?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to