From 60bcef47772e02ce9b44182202a06a905ff4f3dc Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Wed, 26 Aug 2020 11:56:16 -0500 Subject: [PATCH] don't call asset --- rever.xsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rever.xsh b/rever.xsh index 9ce184b34..fd3da8aff 100644 --- a/rever.xsh +++ b/rever.xsh @@ -39,5 +39,4 @@ $DOCKER_INSTALL_COMMAND = ('rm -rf .cache/ __pycache__/ */__pycache__ */*/__pyca $DOCKER_GIT_NAME = 'xonsh' $DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com' -if $VERSION != "check": - $GHRELEASE_ASSETS = [git_archive_asset(), 'xonsh-x86_64.AppImage'] \ No newline at end of file +$GHRELEASE_ASSETS = [git_archive_asset, 'xonsh-x86_64.AppImage'] \ No newline at end of file