mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
add src asset
This commit is contained in:
parent
4bbd487af3
commit
297cd15282
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
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'
|
||||
|
@ -36,4 +39,4 @@ $DOCKER_INSTALL_COMMAND = ('rm -rf .cache/ __pycache__/ */__pycache__ */*/__pyca
|
|||
$DOCKER_GIT_NAME = 'xonsh'
|
||||
$DOCKER_GIT_EMAIL = 'xonsh@googlegroups.com'
|
||||
|
||||
$GHRELEASE_ASSETS = ['xonsh-x86_64.AppImage']
|
||||
$GHRELEASE_ASSETS = [git_archive_asset(), 'xonsh-x86_64.AppImage']
|
Loading…
Add table
Reference in a new issue