Calamari-OCR / calamari

Line based ATR Engine based on OCRopy
Apache License 2.0
1.04k stars 209 forks source link

please release v1.0.7 off calamari/1.0 #354

Closed bertsky closed 2 months ago

bertsky commented 7 months ago

It would really help if there was a newer version on PyPI for Calamari 1.x with all the recent fixes.

bertsky commented 2 months ago

I did that now – but I have no rights to push to PyPI.

The https://github.com/Calamari-OCR/calamari/blob/master/.github/workflows/python-publish.yml workflow was added in v2, which I guess is why it does not trigger from the Github release.

I can try modifying that workflow to allow workflow_dispatch (manual trigger) with arbitrary tags...

bertsky commented 2 months ago

I can try modifying that workflow to allow workflow_dispatch (manual trigger) with arbitrary tags...

Unfortunately, this only works if the GHA workflow file also resides in the version to be released (i.e. on v1):

Workflow does not exist or does not have a workflow_dispatch trigger in this tag. Learn more about manual workflows

Do we want to "backport" that file?

bertsky commented 1 month ago

Do we want to "backport" that file?

It looks like we don't have to. See https://github.com/Calamari-OCR/calamari/pull/358