GitHub Actions error: Username and/or password are possibly wrong #2259
Replies: 1 comment
-
|
Found an answer: the
The action worked for me after doing that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I used
maturin generate-ci githubto generate a.github/workflows/publish_to_pypi.ymlfile (and made a few very minor modifications). After triggering the action all the wheels build, but I get atmaturin failed,Caused by: Username and/or password are possibly wrongerror.The git repo is the official one linked to the PyPI package. Is there something I should be doing differently?
Below are the
publish_to_pypi.ymlfile and the raw log from the action.The
publish_to_pypi.ymlfileThe action log
Beta Was this translation helpful? Give feedback.
All reactions