rever changes

This commit is contained in:
Anthony Scopatz 2020-09-17 21:24:07 -07:00
parent f6e8910ce5
commit a97101ee34

View file

@ -4,8 +4,12 @@ from rever.activities.ghrelease import git_archive_asset
$PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh' $PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh'
$WEBSITE_URL = 'http://xon.sh' $WEBSITE_URL = 'http://xon.sh'
$ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage', $ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
'tag', 'push_tag', 'ghrelease', 'sphinx', 'tag', 'push_tag',
'ghpages', 'pypi', 'conda_forge', 'ghrelease',
'sphinx',
'ghpages',
'pypi',
'conda_forge',
] ]
$PYPI_SIGN = False $PYPI_SIGN = False