I am just trying to create a python package on testPyPI for some testing (using twine), following this official guide. I am using a token, which succeeded exactly one time (username __token__
, password is the token itself). Then I made a change and wanted to repeat that process, it doesn't work anymore.
This seems to be a common issue, however I couldn't fix it so far. I'm on Windows 10, this is what I tried...
- different ways of pasting into the console and different consoles (so that's not the issue)
- using a .pypirc file for authentication details
- a new token
- a new account
- a new email
- also directly inserting username and password into the twine command (which should be avoided, I guess)
And I'm running out of ideas. Any clue?