We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheels (.whl) for this package are currently missing from PyPI. Could wheels be uploaded for the current and future releases?
.whl
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/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/*
The text was updated successfully, but these errors were encountered: