When publishing to PyPI, your username should be __token__ - #1037
Conversation
…__, I found I had to add this for the tutorial to work properly. Otherwise flawless, thank you!
webknjaz
left a comment
There was a problem hiding this comment.
Thanks for this but I prefer only specifying the required fields. The reason is that the action defaults to __token__ and it was designed to only need an explicit username when the end-users actually need to use passwords and not tokens (for example, when they want to upload to something like devpi.
Are there any reasons not to keep the example simple as it is now?
If you've faced problems, I don't believe that they were caused by an implicit |
|
I agree that if the default value is |
|
No problems :) Voicing your concerns is no trouble at all! If you want to contribute some tutorial improvements, it may be a good idea to update |
__token__
I found I had to add this for the tutorial to work properly. Otherwise flawless, thank you!