Skip to content
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

Enable verbose output for twine_upload() to print error response from the index #165

Closed
NiklasRosenstein opened this issue Jan 11, 2024 · 0 comments · Fixed by #166
Closed
Assignees
Labels
only: kraken-std This issue affects only kraken-std. type: enhancement New feature or request

Comments

@NiklasRosenstein
Copy link
Contributor

With the --verbose flag it logs the response when the upload fails:

Uploading abc-0.1.0-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 kB • 00:00 • ?
INFO     Response from https://acme.jfrog.io/artifactory/api/pypi/ext-pypi-release:                                                                
         403                                                                                                                                             
INFO     {                                                                                                                                               
           "errors" : [ {                                                                                                                                
             "status" : 403,                                                                                                                             
             "message" : "Login has failed. Due to Incorrect username/password or locked user."                                                          
           } ]                                                                                                                                           
         }                                                                                                                                               
ERROR    HTTPError: 403 Forbidden from https://acme.jfrog.io/artifactory/api/pypi/ext-pypi-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
only: kraken-std This issue affects only kraken-std. type: enhancement New feature or request
Projects
None yet
1 participant