sirfz/tesserocr

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

開放

#257 建立於 2021年6月20日

 (0 則留言) (4 個反應) (0 位負責人)Python (257 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (1,896 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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:

貢獻者指南