You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues (open and closed), and could not find an existing issue
What keywords did you use to search existing issues?
When I use the command for py -m twine upload --repository pypi dist/* to upload my package to pypi I get this error
Uploading distributions to https://upload.pypi.org/legacy/
Enter your API token:
WARNING Your password is empty. Did you enter it correctly?
WARNING See https://twine.readthedocs.io/#entering-credentials formore information.
Uploading image_core.py-1.0.0-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 kB • 00:01 • ?
WARNING Error during upload. Retry with the --verbose option formore details.
ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/
Invalid or non-existent authentication information. See https://pypi.org/help/#invalid-auth formore
information.
and I don't know what to do anymore.
What operating system are you using?
Windows 10
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
Python 3.12.1
How did you install twine? Did you use your operating system's package manager or pip or something else?
pip install twine
What version of twine do you have installed (include the complete output)
Please describe the issue that you are experiencing
Well as I said above when I tried to upload my package I got an error HTTPError: 403 Forbidden and I deleted python and reinstalled it, updated everything and it's still the same and I even changed pc and still the same error and I don't know what I should do.
Please list the steps required to reproduce this behaviour
twine upload dist/*
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What keywords did you use to search existing issues?
When I use the command for
py -m twine upload --repository pypi dist/*
to upload my package to pypi I get this errorand I don't know what to do anymore.
What operating system are you using?
Windows 10
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
Python 3.12.1
How did you install twine? Did you use your operating system's package manager or pip or something else?
pip install twine
What version of twine do you have installed (include the complete output)
Which package repository are you using?
pypi.org
Please describe the issue that you are experiencing
Well as I said above when I tried to upload my package I got an error HTTPError: 403 Forbidden and I deleted python and reinstalled it, updated everything and it's still the same and I even changed pc and still the same error and I don't know what I should do.
Please list the steps required to reproduce this behaviour
twine upload dist/*
Anything else you'd like to mention?
No response
The text was updated successfully, but these errors were encountered: