python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

Provide a python wheel on PyPi

Open Konkrad opened this issue 7 months ago • 0 comments

Hello, would it be possible to provide a python wheel in addition to the tar tz on pypi?

https://pypi.org/project/fire/#files

Currently only the source code is provided.

I have a client package which also exposes a CLI. When I want to include the package in pyodide I have to manually import a wheel of fire as it is not available on Pypi.

If needed I can try to create a MR for this.

Konkrad avatar Jun 16 '25 10:06 Konkrad