-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry publish
fails on 1.2.0
#4349
Comments
I see this when I've forgot to install the keyring (in my case keyrings.google-artifactregistry-auth for Google Artifact Registry), but if properly set up that works. Seems limited to breaking the username/password input prompt, other than giving the odd message when missing keyring or cert auth. |
@henriklindgren also seeing this error with keyrings.google-artifactregistry-auth installed outside and inside the poetry env (using poetry 1.2.0a2) EDIT: solved this by using the |
Have same problem, on version |
was able to solve the same way @mmalet-sky. using version
and publishing with the following,
even though I had already created this repo in |
Closing as this is solved on 1.2.0b2 and we're removing the problematic code entirely -- you now use keyring, |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: macOS
Poetry version:
1.2.0a1
and1.2.0a2
Link of a Gist with the contents of your pyproject.toml file:
Issue
Running
poetry publish
throws the following exception. This reproduces for both1.2.0a1
and1.2.0a2
.The text was updated successfully, but these errors were encountered: