mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
chore: add wheel to pypi release activity
This commit is contained in:
parent
5da6a1babc
commit
3b3b2fe459
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ $ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
|
|||
'conda_forge',
|
||||
]
|
||||
$PYPI_SIGN = False
|
||||
$PYPI_BUILD_COMMANDS = ("sdist", "bdist_wheel")
|
||||
|
||||
$AUTHORS_FILENAME = "AUTHORS.rst"
|
||||
$VERSION_BUMP_PATTERNS = [
|
||||
|
|
Loading…
Add table
Reference in a new issue