From b69e0c3fad0872ac3f8ac93483c75cdcf546ee81 Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Thu, 27 Jun 2024 14:27:13 +0100 Subject: [PATCH] edits for publishing --- .github/workflows/publish.yml | 2 ++ README-public.md | 3 +-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 664ec5e..def45c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,6 +43,8 @@ jobs: env: PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} run: | + mkdir -p {{.ROBOT_DIR}} + curl -L -C - -o {{.ROBOT_DIR}}/robot.jar https://github.com/ontodev/robot/releases/download/v1.9.6/robot.jar poetry config pypi-token.pypi "$PYPI_TOKEN" poetry publish --build diff --git a/README-public.md b/README-public.md index bfc2ad3..b6d5a71 100644 --- a/README-public.md +++ b/README-public.md @@ -1,7 +1,6 @@ # cmem-plugin-reason -This [eccenca](https://eccenca.com) [Corporate Memory](https://documentation.eccenca.com) workflow plugin performs reasoning using [ROBOT](http://robot.obolibrary.org/) (ROBOT is -an OBO Tool). It takes an OWL ontology and a data graph as inputs and writes the reasoning result to a specified graph. +This [eccenca](https://eccenca.com) [Corporate Memory](https://documentation.eccenca.com) workflow plugin performs reasoning using [ROBOT](http://robot.obolibrary.org/). It takes an OWL ontology and a data graph as inputs and writes the reasoning result to a specified graph. ROBOT is published under the [BSD 3-Clause "New" or "Revised" License](https://choosealicense.com/licenses/bsd-3-clause/). Copyright © 2015, the Authors diff --git a/pyproject.toml b/pyproject.toml index 30c809b..441ff4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"] build-backend = "poetry_dynamic_versioning.backend" [tool.poetry-dynamic-versioning] -enable = false +enable = true vcs = "git" dirty = true bump = true