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