Failed upload not reflected in exit code
See original GitHub issue$ python setup.py sdist upload
...
running upload
Submitting dist/xxx-1.0.21.post22.tar.gz to https://pypi.example.com
Upload failed (404): Not Found
$ echo $?
0
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Upload File command should show an error if upload fails #503
The file fails to upload, however, this is not reflected in the message. image. Expected Behavior. It's expected that if the file upload...
Read more >Failed uploading: uploading error: exit status 1
Failed uploading: uploading error: exit status 1 is a generic error message indicating that the upload has failed.
Read more >Maven site:deploy error: "Error uploading site ... - Stack Overflow
Undeleting the answer and keeping the state of what was edited in the question. You shall execute the command mvn site:deploy.
Read more >How can I fix the UTF-8 error when bulk uploading users?
When I tried to bulk upload users, I received the following error message: For some reason, the data to import was not ready...
Read more >Data Import error message reference - Analytics Help
Message Meaning So...
Empty column header at column number X. The upload file is missing a column header. Ed...
Multiple errors occurred: List of multiple...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Indeed, when I do a diff, I see that the issue was in fact fixed in Python 2.7.7 per python 21722. There’s nothing to be done here.
I confirm that after upgrading to 2.7.12 worked.