From a97101ee34eff71643275c2f2f6d356d95296587 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Thu, 17 Sep 2020 21:24:07 -0700 Subject: [PATCH] rever changes --- rever.xsh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rever.xsh b/rever.xsh index 59d8013d9..19a1fad89 100644 --- a/rever.xsh +++ b/rever.xsh @@ -4,8 +4,12 @@ from rever.activities.ghrelease import git_archive_asset $PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh' $WEBSITE_URL = 'http://xon.sh' $ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage', - 'tag', 'push_tag', 'ghrelease', 'sphinx', - 'ghpages', 'pypi', 'conda_forge', + 'tag', 'push_tag', + 'ghrelease', + 'sphinx', + 'ghpages', + 'pypi', + 'conda_forge', ] $PYPI_SIGN = False