File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11#
22# Publish releases to PyPi
33#
4- name : Publish
4+ name : Publish Code
55
66on :
77 workflow_call :
File renamed without changes.
Original file line number Diff line number Diff line change 1- name : Sync `documentation` directory to ReadMe
1+ name : Publish Guide to readme.com
22
33on :
44 workflow_call :
Original file line number Diff line number Diff line change 55 types : [ published ]
66
77jobs :
8- docs-publish :
9- uses : mindee/mindee-api-python/.github/workflows/_docs .yml@main
8+ publish_docs :
9+ uses : mindee/mindee-api-python/.github/workflows/_publish-docs .yml@main
1010 secrets : inherit
11- sync-readme :
12- uses : mindee/mindee-api-python/.github/workflows/_sync-readme .yml@main
13- needs : docs-publish
11+ publish_guide :
12+ uses : mindee/mindee-api-python/.github/workflows/_publish-guide .yml@main
13+ needs : publish_docs
1414 secrets : inherit
15- maven-publish :
16- uses : mindee/mindee-api-python/.github/workflows/_publish.yml@main
15+ publish_code :
16+ uses : mindee/mindee-api-python/.github/workflows/_publish-code .yml@main
1717 secrets : inherit
Original file line number Diff line number Diff line change 1414 secrets : inherit
1515 tag :
1616 uses : mindee/client-lib-actions/.github/workflows/tag-version.yml@main
17- needs : build
17+ needs : test_units
You can’t perform that action at this time.
0 commit comments