In my case I was missing the
[keyring.backend] Loading Google Auth
line in publish -vvv
output and what helped me was
poetry add --dev poetry
poetry run poetry publish ....
This doesn't seem relevant for the initial question, but may help others having similar problem.