As far as I can tell, currently green only uploads sdist to pypi: https://pypi.org/simple/green/
This makes the installation slower, as everyone has to build their own wheels on demand. It will be much faster if green provides the wheels. Since green is pure python, this should be quite easy,
As far as I can tell, currently green only uploads sdist to pypi: https://pypi.org/simple/green/
This makes the installation slower, as everyone has to build their own wheels on demand. It will be much faster if green provides the wheels. Since green is pure python, this should be quite easy,