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
I followed the steps to set up authentication for my Google Artifacts repository. After that, I also installed the keyring and keyrings.google-artifactregistry-auth packages inside the Poetry virtual environment (possibly unnecessarily, because they were installed in the base environment already).
I also added the repo URL to poetry with poetry config repositories.myrepository https://myurl.com/simple/
Installing packages with pip works and pip indicates it is also considering my repository.
Poetry still prompts for a username and password when trying to publish, however:
-vvv
option).Issue
I followed the steps to set up authentication for my Google Artifacts repository. After that, I also installed the keyring and keyrings.google-artifactregistry-auth packages inside the Poetry virtual environment (possibly unnecessarily, because they were installed in the base environment already).
I also added the repo URL to poetry with
poetry config repositories.myrepository https://myurl.com/simple/
Installing packages with pip works and pip indicates it is also considering my repository.
Poetry still prompts for a username and password when trying to publish, however:
Am I doing something wrong or is GCP keyring authentication not supported by Poetry?
The text was updated successfully, but these errors were encountered: