-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Describe the bug
Initial report: pypa/gh-action-pypi-publish#349
I kept getting invalid-publisher when trying to publish my python code, yet all the values looked like they were correct.
I strongly suspect when I copied and pasted the environment name, it had a leading white space, which was not at all obvious, and the general cause of the error.
I deleted the publisher and recreated it and the problem disappeared.
Expected behavior
White space should not be allowed when entering the environment name. Or it leading/trailing white space should be stripped automatically.
If there is whitespace in the name, it should be made obvious when looking at the entry that this is the problem.
I am not absolutely sure if I got a space character or some other white space character (e.g. non breaking space). Suspect any white space character probably would cause this issue.
To Reproduce
- Create new publisher.
- Ensure environment name has leading whitespace.
- Attempt to publish package in CI.
My Platform
Firefox 135.0.1
Additional context