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 9f424ac commit 8cc2bd5Copy full SHA for 8cc2bd5
templates/setup.py.jj2
@@ -259,7 +259,7 @@ PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.exe
259
HERE = os.path.abspath(os.path.dirname(__file__))
260
261
{% if not external_module_library %}
262
-GS_COMMAND = ("gs {{name}} v{{release}} " +
+GS_COMMAND = ("gease {{name}} v{{release}} " +
263
"Find {{release}} in changelog for more details")
264
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
265
"Please install gease to enable it.")
0 commit comments