pefile
pefile copied to clipboard
Release wheel on PyPI
It would nice to also release wheels on PyPI.
As for why this useful and how it can be automated, see also https://github.com/construct/construct/issues/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:
erocarrera commented on Mar 6 Hi @pombredanne, it sounds quite sensible. The next release will include wheels.
Thank you ++for the release at https://pypi.org/project/pefile/2022.5.30/ but I do not see a wheel there yet? :innocent: This can still be added now alright and would be mucho welcomed!