Hi,
We're packaging a project that depends on cel-expr-python for Homebrew, which builds Python packages from source rather than installing prebuilt wheels. Currently PyPI has only wheels and no dist, so pip install can't build from source. For Homebrew, it is preferred to not use wheels if possible.
Would it be possible to publish an sdist to PyPI alongside the wheels? Thank you.
Hi,
We're packaging a project that depends on cel-expr-python for Homebrew, which builds Python packages from source rather than installing prebuilt wheels. Currently PyPI has only wheels and no dist, so
pip installcan't build from source. For Homebrew, it is preferred to not use wheels if possible.Would it be possible to publish an sdist to PyPI alongside the wheels? Thank you.