Can't upload to PyPi with Twine

后端 未结 7 1250
自闭症患者
自闭症患者 2021-01-11 12:58

I\'m trying to upload a python package to PyPi, using the following commands:

pip install -e .
python setup.py bdist_wheel --universal
twine upload --reposit         


        
7条回答
  •  余生分开走
    2021-01-11 13:15

    I had the same problem. What worked for me was to (1) add a new email, verify it and make it primary.

提交回复
热议问题