Open
Description
🚀 Feature Request
Currently only wheels are uploaded to pypi, but sdists are not. It would be helpful if sdists were supported.
Example
No response
Motivation
Homebrew always builds packages from source. As a result, it cannot download playwright from PyPI, and instead needs download the source out-of-band from the git tag. This means that formulas which use playwright cannot particulate in automatic version upgrades.
If the sdists were uploaded to PyPI, this would make keeping python formulas that use playwright up to date dramatically easier (including resolving security issues).