Specifying PEP 425 tags for built packages #4951
Unanswered
tom-bowles
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that requires the stable ABI (PEP 384). Its built wheel should therefore inlude the "abi3" ABI tag in its filename (PEP 425). Looking at the code, when a wheel is built the first tag for the running interpreter is used (WheelBuilder.tag() calls next(sys_tags()) to get the tag), so it always uses "none" for the ABI tag.
Would it be possible have an option in pyproject.toml to specify the ABI requirement?
Beta Was this translation helpful? Give feedback.
All reactions