Skip to content
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

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

Open
RhinosF1 opened this issue Jun 18, 2024 · 0 comments
Open

Comments

@RhinosF1
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant