Skip to content

Conversation

@dimbleby
Copy link
Contributor

publish a wheel

All installation in python is from wheel. If maintainers do not publish wheels, then every user install has to build the wheel. That has several small disadvantages - it is slower, it can go wrong, some users will not want arbitrary code execution at install time, etc.

The done thing - even for a pure python package - is to publish both a source distribution and a wheel

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the release workflow to publish both source distributions and wheels to PyPI, improving the installation experience for end users by providing pre-built packages.

Key Changes:

  • Modified the build step to create both sdist and wheel distributions instead of only sdist
  • Updated the step name to reflect that multiple distribution types are now being built

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@julien-duponchelle julien-duponchelle merged commit 327afb5 into julien-duponchelle:main Nov 16, 2025
6 checks passed
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.

2 participants