Closed
Description
For Windows we currently upload and provide .exe
and .wheel
files on each release. PEP-527 deprecates .exe
files (aka: python setup.py bdist_wininst
) and AFAIU the new PYPI infrastructure will even prevent uploading / hosting them:
https://www.python.org/dev/peps/pep-0527/
This is good news as we'll have to upload 10 files (+1, the tar.gz) per release instead of 20.
Metadata
Assignees
Labels
No labels