sirfz/tesserocr

Feature request: automatically create windows package and upload them as release assets & pypi

Open

#257 aperta il 20 giu 2021

Vedi su GitHub
 (0 commenti) (4 reazioni) (0 assegnatari)Python (257 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (1896 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

While creating/installing tesserocr on Linux&Mac is easy, Windows version requires quite complicate installation from source (e.g. installing Visual studio, which is not standard and space consuming.

GitHub allows to create python package with Github Actions with specific triggers (commit or tagging) for different OS, architecture and python version. I started to create such script/action, but I have no time to finish it (+ I do not have access to your repository & pypi)

Here are some useful links and examples:

Guida contributor