FSX / misaka

A Python binding for Hoedown.
http://misaka.61924.nl
MIT License
418 stars 65 forks source link

add wheel to pypi #82

Open samuelcolvin opened 4 years ago

samuelcolvin commented 4 years ago

Misaka is only available via a .tar.gz file from pypi, currently misaka-2.1.1.tar.gz.

It would improve installation time and portability if you could also distribute a wheel file.

The simplest way to do this with a binary package like misaka is using cibuildwheel this is most easily achieved by performing the build and upload on CI.

Let me know if you need any advice on the best way to set this up.

FSX commented 4 years ago

@samuelcolvin Thanks for the suggestion. I'll take a look at it, but I don't know when I can.

samuelcolvin commented 2 years ago

@FSX this would be really helpful. Would you like my help implementing this?