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:
Gil Forsyth 2022-05-08 17:25:27 -04:00
parent 8933eb9d33
commit 3df6de8602
Failed to generate hash of commit

View file

@ -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 = [