gsakkis / pytrie

Other
23 stars 6 forks source link

Include a pure python wheel on PyPI #11

Closed cmungall closed 3 months ago

cmungall commented 1 year ago

It would be great if pytrie included a wheel in its pypi distribution - this would allow for use of packages that use pytrie in pyodide and PyScript.

See: https://github.com/linkml/linkml/issues/1072#issuecomment-1428359097

sneakers-the-rat commented 4 months ago

fancy seeing you here. i just came across this trying to do exactly a pyodide thing with linkml.

@gsakkis if u are willing, this takes approximately 20 seconds <3

python -m pip install --upgrade build twine
python -m build
python -m twine upload dist/*
gsakkis commented 3 months ago

@sneakers-the-rat thanks for the ping, i just uploaded a wheel.

sneakers-the-rat commented 3 months ago

tyvm :)