We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6771a31 commit 1072572Copy full SHA for 1072572
setup.py
@@ -80,7 +80,7 @@
80
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
81
HERE = os.path.abspath(os.path.dirname(__file__))
82
83
-GS_COMMAND = ("gs gease v0.0.10 " +
+GS_COMMAND = ("gease gease v0.0.10 " +
84
"Find 0.0.10 in changelog for more details")
85
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
86
"Please install gease to enable it.")
0 commit comments