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

Add py3-none-any wheels to the distribution artefacts #1913

Closed
wants to merge 2 commits into from

Conversation

freakboy3742
Copy link
Contributor

Fixes #1912.

  • Adds support for generating py3-none-any wheels. If the user has COVERAGE_DISABLE_EXTENSION defined in their environment, no attempt will be made to compile a binary wheel, even if the platform would otherwise support building the binary extension
  • Adds a py3-none-any artefact to the build products of a normal build. A wheel was already being compiled as part of the sdist step; this ensures that (a) the wheel is a py3-none-any wheel, and (b) it's included in the release artefacts.

@freakboy3742
Copy link
Contributor Author

Just realised that if I rename the branch, I can generate a test of the kit workflow; closing and re-opening.

@freakboy3742 freakboy3742 deleted the py3-none-any-wheels branch January 10, 2025 01:37
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

Successfully merging this pull request may close these issues.

Add py3-none-any wheel to distribution artefacts
1 participant