diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-02-19 04:14:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-19 04:14:27 (GMT) |
commit | 2a93fae8b5b26cbfef6c8afb702d305d3919de85 (patch) | |
tree | de25cef9ad59e7298fdb8a08e06ec05fca283c20 /Misc | |
parent | 5c81ed49412e41a671283cdb4c297dab52f5b7c5 (diff) | |
download | cpython-2a93fae8b5b26cbfef6c8afb702d305d3919de85.zip cpython-2a93fae8b5b26cbfef6c8afb702d305d3919de85.tar.gz cpython-2a93fae8b5b26cbfef6c8afb702d305d3919de85.tar.bz2 |
Improve error message for "setup.py upload" without dist files (GH-21060)
(cherry picked from commit 08a6926b2584040fe3c3f06263b0b5f1fbbdc24c)
Co-authored-by: Éric Araujo <merwok@netwok.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-02-17-19-20-19.bpo-21060.S1Z-x6.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-17-19-20-19.bpo-21060.S1Z-x6.rst b/Misc/NEWS.d/next/Library/2018-02-17-19-20-19.bpo-21060.S1Z-x6.rst new file mode 100644 index 0000000..4e0a113 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-02-17-19-20-19.bpo-21060.S1Z-x6.rst @@ -0,0 +1,3 @@ +Rewrite confusing message from setup.py upload from +"No dist file created in earlier command" to the more helpful +"Must create and upload files in one command". |