You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I twine upload --verbose dist/*, all I see is:
INFO Response from https://upload.pypi.org/legacy/:
403 Invalid API Token: signatures do not match
INFO <html>
<head>
<title>403 Invalid API Token: signatures do not match</title>
</head>
<body>
<h1>403 Invalid API Token: signatures do not match</h1>
Access was denied to this resource.<br/><br/>
Invalid API Token: signatures do not match
</body>
</html>
ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/
Invalid API Token: signatures do not match
Now I think I used this very token some time before and it works, but ofc., how can I be sure now?
The text was updated successfully, but these errors were encountered:
When I
twine upload --verbose dist/*
, all I see is:Now I think I used this very token some time before and it works, but ofc., how can I be sure now?
The text was updated successfully, but these errors were encountered: