Seems like to release we now have to use trusted publishers to release to PYPI? I tried to setup the appropriate GH action via their docs, but it is failing with an error:
Notice: Attempting to perform trusted publishing exchange to retrieve a temporary short-lived API token for authentication against https://test.pypi.org/legacy/ due to token username with no supplied password field
Error: Trusted publishing exchange failure:
Token request failed: the server refused the request for the following reasons:
invalid-publisher: valid token, but no corresponding publisher (All lookup strategies exhausted)
This generally indicates a trusted publisher configuration error, but could
also indicate an internal error on GitHub or PyPI's part.
Seems like to release we now have to use trusted publishers to release to PYPI? I tried to setup the appropriate GH action via their docs, but it is failing with an error:
I can't figure out why that would be.