pypa / packaging-problems

An issue tracker for the problems in packaging
152 stars 35 forks source link

Trouble with the packaging tutorial #702

Open luispaez24 opened 12 months ago

luispaez24 commented 12 months ago

OS version

mac

Python version

3.11.4

Pip version

pip 3.11

Guide link

https://packaging.python.org/tutorials/packaging-projects

Problem description

trying to run the command for upload twine but keep getting an error

Error message

Error during upload. 
         Retry with the       
         --verbose option for 
         more details.        
ERROR    HTTPError: 403       
         Forbidden from       
         https://upload.pypi.o
         rg/legacy/           
         Invalid or           
         non-existent         
         authentication       
         information. See     
         https://pypi.org/help
         /#invalid-auth for   
         more information.
sinoroc commented 12 months ago

@luispaez24 Have you checked your authentication token is correctly setup?

I doubt the issue is in the tutorial, otherwise a lot more people would have complained. Issue is likely on your side I am afraid.