Closed henryiii closed 1 year ago
The SDist is missing on PyPI for 2.7.1, which has made it impossible to update in Pyodide for the 0.20 (Python 3.10!) release. 2.6.2 seems to be the last one with an SDist. pipx run build --sdist should produce one for upload.
pipx run build --sdist
Hello, not gonna support an sdist as building the wheels are hard enough :(
But willing to merge any PR that adds support to this
The SDist is missing on PyPI for 2.7.1, which has made it impossible to update in Pyodide for the 0.20 (Python 3.10!) release. 2.6.2 seems to be the last one with an SDist.
pipx run build --sdist
should produce one for upload.