sirfz/tesserocr
在 GitHub 查看Feature request: automatically create windows package and upload them as release assets & pypi
Open
#257 建立於 2021年6月20日
enhancementhelp wanted
描述
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:
- https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows
- https://pypi.org/project/GitHub-Action-Python-Example
- https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
- https://github.com/python-pillow/Pillow/blob/master/.github/workflows/test-windows.yml
- https://github.com/nasa/prog_models/blob/master/.github/workflows/python-package.yml
- https://github.com/hbldh/bleak/blob/develop/azure-pipelines.yml
- https://github.com/lycantropos/martinez/blob/master/.azure-pipelines.yml
- https://github.com/oconnor663/blake3-py/blob/master/.github/workflows/tag.yml