-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
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
Release wheel on PyPI #341
Comments
As for why this useful and how it can be automated, see also construct/construct#974 |
Hi @pombredanne, it sounds quite sensible. The next release will include wheels. |
See advantages of wheels. 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 wheel and source distribution: (venv) $ pip install twine
(venv) $ twine upload dist/* |
@erocarrera re:
Thank you ++for the release at https://pypi.org/project/pefile/2022.5.30/ but I do not see a wheel there yet? 😇 |
It would nice to also release wheels on PyPI.
The text was updated successfully, but these errors were encountered: