Add py3-none-any wheels to the distribution artefacts#1914
Add py3-none-any wheels to the distribution artefacts#1914nedbat merged 3 commits intocoveragepy:masterfrom
Conversation
|
The kit action was triggered in my own repo (where it was a |
|
Thanks! But in your action I see: and in my last run of the action I see: Was my .whl there useless? Is it ok that it has a different name? |
|
The old This new config forces the "native" wheel to be py3-none-any, and includes it in the uploaded artefacts. The old configuration could have been optimised slightly by invoking |
|
Sorry for all the questions. You say "The old sdist build rule ran |
|
Invoking In the new configuration, the compilation of the binary extension is disabled with the environment variable, but a wheel is still being produced; so the wheel identifies as py3-none-any. |
|
This is now released as part of coverage 7.6.11. |
Fixes #1912.
COVERAGE_DISABLE_EXTENSIONdefined in their environment, no attempt will be made to compile a binary wheel, even if the platform would otherwise support building the binary extension