Your Environment
Thank you for taking the time to report an issue.
To more efficiently resolve this issue, we’d like to know some basic information about your system and setup.
-
Windows 10
-
Python 3.8.2
-
I used pip.(pip install twine)
-
I don’t know
-
https://github.com/mathstar13/easyapi
If you’re having issues uploading a specific package, you must include a copy of the following:
- The package’s
PKG-INFO file
- A redacted version of your
.pypirc file (REMOVE ALL USERNAMES & PASSWORDS BEFORE UPLOADING)
The Issue
The issue is that every time I try to upload, I enter __token__ in username, but I can’t enter ANY text in the password field.
Steps to Reproduce
Use wheel on setup.py
Type in python -m twine upload --repository testpypi dist/*
type in __token__ as the username
Try to type in the password
Your Environment
Thank you for taking the time to report an issue.
To more efficiently resolve this issue, we’d like to know some basic information about your system and setup.
Windows 10
Python 3.8.2
I used pip.(pip install twine)
I don’t know
https://github.com/mathstar13/easyapi
If you’re having issues uploading a specific package, you must include a copy of the following:
PKG-INFOfile.pypircfile (REMOVE ALL USERNAMES & PASSWORDS BEFORE UPLOADING)The Issue
The issue is that every time I try to upload, I enter
__token__in username, but I can’t enter ANY text in the password field.Steps to Reproduce
Use wheel on setup.py
Type in
python -m twine upload --repository testpypi dist/*type in
__token__as the usernameTry to type in the password