-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble following packaging libraries tutorial #355
Comments
Have you created an account and an API token on TestPyPI? No data is shared with real PyPI. |
Yes I created an account both in testpypi and pypi. I used the API token on testpypi |
Are you pasting the whole token including |
Yes, I am |
It's still showing the error |
Can you add |
I added it and the above message showed up |
Well you haven’t added it to the twine command, you wrote it by itself and that does not do anything 🙂 Type your whole twine command again, but add |
@hchgee15 It looks like there's an issue with pasting passwords in Windows. I wrote up the details at pypa/twine#671 (comment). Can you read that, and confirm that one of the workarounds works for you? |
Thank you for providing feedback on Python packaging!
To help us help you, please fill out as much of the following as you can. If a question is not relevant, feel free to skip it.
OS- Windows 10 Home, Version -10.0.18362 Build 18362
Python 3.8.2
pip 20.1
https://packaging.python.org/guides/distributing-packages-using-setuptools/#create-an-account
I followed this tutorial and created a packaging_tutorial folder with all the required files. However, when I tried to upload the file using the API token (as directed in the tutorial), it gave me an error saying 403 Client Error invalid or non-existent authentication information used. I even tried using it without the API token onto the actual pypi website and the test pypi website (i.e by manually filling in the actual username and password) I got the same error.
The text was updated successfully, but these errors were encountered: