sntshkm...@gmail.com wrote:
>> .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?


  did you check your dists via twine?


  $ twine check --verbose dist/*

  also make sure you are using up to date versions of
setuptools, wheel and twine


  $ pip install --upgrade setuptools
  $ pip install --upgrade wheel
  $ pip install --upgrade twine


  i just used it earlier today...  worked fine for me.
is your account there and verified?


  ant
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to