pytries/marisa-trie

Generated wheel names on PyPi don't match setuptools format requirements

RhinosF1 opened this issue · 0 comments

See https://packaging.python.org/en/latest/specifications/binary-distribution-format/#binary-distribution-format

Affected Binary: marisa_trie-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

I found this doing miraheze/python-functions#16 which gave me

WheelError: Bad wheel filename
'marisa_trie-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl'

This check comes from https://github.com/pypa/setuptools/blob/22993191cfea75c7f53ca2d27962c014511f0d92/setuptools/_vendor/wheel/wheelfile.py#L16

Can you update your uploads (or report upstream to what you're using) so they are the correct file name convention?