cccl
cccl copied to clipboard
Publish source distributions to PyPI
Should we publish sdists to enable installation on unsupported platforms?
tl;dr: No 😂
@leofang I believe PyTorch would prefer a source distribution
PyTorch depends on a ton of Python wheels. They also don't require a compiler to present at install time, and don't ship sdist themselves (see this pypackaging page for reasons behind my tl;dr). How exactly would they use sdist?