Skip to content

Commit d718971

Browse files
committed
🤝 with setupmobans and commons
1 parent 791056b commit d718971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"Find 0.0.2 in changelog for more details")
5454
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555
'Please install gease to enable it.')
56-
UPLOAD_FAILED_MSG = ('Upload failed. please run "%s" yourself.')
56+
UPLOAD_FAILED_MSG = (
57+
'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND)
5758
HERE = os.path.abspath(os.path.dirname(__file__))
5859

5960

0 commit comments

Comments
 (0)