You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
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 (venv) $ python setup.py sdist bdist_wheel # See dist/*.whl
To upload wheels:
(venv) $ pip install twine (venv) $ twine upload dist/*
The text was updated successfully, but these errors were encountered: