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 1
1
#
2
2
# Publish releases to PyPi
3
3
#
4
- name : Publish
4
+ name : Publish Code
5
5
6
6
on :
7
7
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
2
2
3
3
on :
4
4
workflow_call :
Original file line number Diff line number Diff line change 5
5
types : [ published ]
6
6
7
7
jobs :
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
10
10
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
14
14
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
17
17
secrets : inherit
Original file line number Diff line number Diff line change 14
14
secrets : inherit
15
15
tag :
16
16
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