We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791056b commit d718971Copy full SHA for d718971
setup.py
@@ -53,7 +53,8 @@
53
"Find 0.0.2 in changelog for more details")
54
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
55
'Please install gease to enable it.')
56
-UPLOAD_FAILED_MSG = ('Upload failed. please run "%s" yourself.')
+UPLOAD_FAILED_MSG = (
57
+ 'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND)
58
HERE = os.path.abspath(os.path.dirname(__file__))
59
60
0 commit comments