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
This is somewhat related to #4190, but I build a python lib and I do a poetry publish --repository artifactory -vvv with wrong credentials. It shows are success and 100% upload. Also option -vvv does not increase verbosity to try do discover what is wrong.
Output:
poetry publish --repository artifactory -vvv
No suitable keyring backend found
No suitable keyring backends were found
Using a plaintext file to store and retrieve credentials
Username: inexistingusername
Password:
Publishing mymodule (0.1.0) to artifactory
- Uploading mymodule-0.1.0.tar.gz 100%
- Uploading mymodule-0.1.0-py2.py3-none-any.whl 100%
The text was updated successfully, but these errors were encountered:
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: Debian 11
Poetry version: 1.1.7
Link of a Gist with the contents of your pyproject.toml file:
Issue
This is somewhat related to #4190, but I build a python lib and I do a
poetry publish --repository artifactory -vvv
with wrong credentials. It shows are success and 100% upload. Also option-vvv
does not increase verbosity to try do discover what is wrong.Output:
The text was updated successfully, but these errors were encountered: