Commit 5aef439
authored
OCR CI build artifact (#153)
* init for [IDWA-OCR-72] Install OCR into an executable
* edit readme with the build command
* add refs to form_filled to use this without args
* lint
* lint
* lint
* build/upload artifact
* pip install pyinstaller
* pip install pyinstaller
* rm dev
* put build in dependencies
* add requirements.txt and use pyinstaller cli
* rm working directory
* point to main and not dir main
* try dist/ and --onefile
* try -windowed
* dist/main
* upgrade upload action
* macos-latest
* try using assets from tests
* try using assets from tests
* revert back to dup assets
* CLI for better handling of arguments
* lint
* lint
* rm args with pyinstaller because of new cli
* use ^ woth version
* install docopt with gh action job
* rm unused assets in the ocr dir
* docs
* docs
* upload bin for each os
* matrix exp
* matrix exp
* matrix exp
* zip
* zip
* check path
* check path
* check path
* whoops
* try gzexe
* &&
* wip
* try building release
* fix the needs:
* try building release
* try building release
* try building release
* try building release
* add checkout
* change from action
* add another checkout
* add paths
* try using workflow_call
* try using workflow_call
* wip
* using download action
* using download action
* try that
* token
* try for loop
* dont use matrix
* token ref
* try with workspace
* try with workspace
* try with workspace
* whoops
* working dir
* working dir
* add --repo
* think i got it
* try encoding with jq
* try encoding with jq
* github.repository
* full url
* matrix again
* see what dir we're in
* path to artifactas
* put everything in first job with create
* put everything in first job with create
* upload all in dir
* write all
* try dif action
* try dif action
* try with content
* upgrade action
* new output
* upgrade upload and download versions
* just path for download
* ls
* ls
* add to uplaod
* try full workflow
* forgot to switch needs job
* again
* fix file names
* fix file names
* change release title name
* missed diffs
* clean-up
* try changing ref
* try changing ref
* try changing ref
* try changing ref
* try changing ref
* try changing ref
* try changing ref
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* create and see if upload asset chooses it
* use ref at checkout
* ls
* use ref at checkout
* try new upload action
* fix script
* create tag again
* full workflow
* full workflow
* full workflow
* cleaned up and made as workflow_dispatch
---------
Co-authored-by: Derek Dombek <derek.a.dombek.com>1 parent 8de679f commit 5aef439
File tree
7 files changed
+106
-27
lines changed- .github/workflows
- OCR
- ocr
7 files changed
+106
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
20 | | - | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
27 | | - | |
| 18 | + | |
28 | 19 | | |
29 | 20 | | |
30 | 21 | | |
31 | 22 | | |
32 | 23 | | |
33 | | - | |
| 24 | + | |
34 | 25 | | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
40 | | - | |
| 31 | + | |
41 | 32 | | |
42 | 33 | | |
43 | 34 | | |
44 | | - | |
| 35 | + | |
45 | 36 | | |
46 | 37 | | |
47 | 38 | | |
| |||
62 | 53 | | |
63 | 54 | | |
64 | 55 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 56 | + | |
| 57 | + | |
69 | 58 | | |
70 | | - | |
| 59 | + | |
| 60 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments