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
Please could you also upload a wheel to PyPI?
For example, to generate:
python3 -m pip install -U pip setuptools wheel python3 setup.py sdist --format=gztar bdist_wheel
https://pythonwheels.com/ says advantages include:
The wheel (11K) is also smaller to download than sdist (25K).
These advantages also help other packages which include pyperclip as a dependency.
Thank you!
The text was updated successfully, but these errors were encountered:
The modern, recommended way to upload wheels is to use build and twine:
build twine upload dist/*
Sorry, something went wrong.
If this project wishes to adopt jaraco/skeleton (or concepts from it), tagged commits would be automatically released with wheels after passing tests.
No branches or pull requests
Please could you also upload a wheel to PyPI?
For example, to generate:
https://pythonwheels.com/ says advantages include:
The wheel (11K) is also smaller to download than sdist (25K).
These advantages also help other packages which include pyperclip as a dependency.
Thank you!
The text was updated successfully, but these errors were encountered: