From 0d27ae7a35c52fc29749e80f8204e4f78417f071 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sun, 3 Sep 2023 02:41:12 +0200 Subject: [PATCH 1/2] Fix typo --- inbox-excel-vocabs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox-excel-vocabs/README.md b/inbox-excel-vocabs/README.md index 14f77b9..7cccce1 100644 --- a/inbox-excel-vocabs/README.md +++ b/inbox-excel-vocabs/README.md @@ -2,7 +2,7 @@ To test the pipeline you may use the template `templates/voc4cat_template_043.xlsx` file. -- Check the filename of your excel file. In general, the stem of filename must match the vocabulary to create or update. So, in case of the example in this repo the name msut be `vocab_example.xlsx` +- Check the filename of your excel file. In general, the stem of filename must match the vocabulary to create or update. So, in case of the example in this repo the name must be `vocab_example.xlsx` - Copy the file to this folder. - Add the file to git and submit a pull request. On GitHub the file can be added by dropping it to this folder. - If there are no validation errors the turtle files of the vocabulary in `vocabularies/vocab_example/` are generated (or updated) via gh-actions and committed to your pull request. The Excel file is removed from the pull request. From 218de9d66208a11a38a35815e8e115256c9df031 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sun, 3 Sep 2023 23:11:34 +0200 Subject: [PATCH 2/2] Update workflows to 0.7.6 --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/merge.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 958f2fb..74171c1 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -59,7 +59,7 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x (adds sorted collections, diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 427830d..69c31a2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e534a9..4f46fc1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x