pefile icon indicating copy to clipboard operation
pefile copied to clipboard

Release wheel on PyPI

Open pombredanne opened this issue 2 years ago • 4 comments

It would nice to also release wheels on PyPI.

pombredanne avatar Mar 02 '22 13:03 pombredanne

As for why this useful and how it can be automated, see also https://github.com/construct/construct/issues/974

pombredanne avatar Mar 03 '22 09:03 pombredanne

Hi @pombredanne, it sounds quite sensible. The next release will include wheels.

erocarrera avatar Mar 06 '22 18:03 erocarrera

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/*

johnthagen avatar Mar 16 '22 17:03 johnthagen

@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!

pombredanne avatar Jul 27 '22 20:07 pombredanne