mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
chore: remove wheel from release process
We aren't subclassing `bdist_wheel` and so the parser table isn't getting updated correctly at build time, leading to a semi-functional package. We need to sort this, but not right now.
This commit is contained in:
parent
8933eb9d33
commit
3df6de8602
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $ACTIVITIES = ['authors', 'version_bump', 'changelog', 'pytest', 'appimage',
|
|||
'conda_forge',
|
||||
]
|
||||
$PYPI_SIGN = False
|
||||
$PYPI_BUILD_COMMANDS = ("sdist", "bdist_wheel")
|
||||
$PYPI_BUILD_COMMANDS = ("sdist")
|
||||
|
||||
$AUTHORS_FILENAME = "AUTHORS.rst"
|
||||
$VERSION_BUMP_PATTERNS = [
|
||||
|
|
Loading…
Add table
Reference in a new issue