Open
Description
Wheels (.whl
) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases?
Read more about the advantages of wheels to understand why generating wheel distributions are important.
To create a wheel along with source distribution:
(venv) $ pip install --upgrade pip setuptools wheel build
(venv) $ python -m build
# See dist/*.whl
To upload wheels:
(venv) $ pip install twine
(venv) $ twine upload dist/*
Metadata
Metadata
Assignees
Labels
No labels