diff --git a/.github/workflows/publish2.yml b/.github/workflows/publish2.yml index 38a6f72..f74f1e9 100644 --- a/.github/workflows/publish2.yml +++ b/.github/workflows/publish2.yml @@ -26,7 +26,8 @@ jobs: version: "10.0" - name: llvm path setup run: | - export LIBCLANG_PATH=${LLVM_PATH} + tree /llvm + export LIBCLANG_PATH=${LLVM_PATH}/lib - name: Build wheels - x86_64 uses: messense/maturin-action@v1 with: @@ -70,7 +71,8 @@ jobs: working-directory: ${{ env.LLVM_PATH }}/lib - name: llvm path setup run: | - export LIBCLANG_PATH=${LLVM_PATH} + tree /llvm + export LIBCLANG_PATH=${LLVM_PATH}/lib - name: Build wheels uses: messense/maturin-action@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 9e63b34..a93852f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reasonable" -version = "0.2.1-alpha9" +version = "0.2.1-alpha10" authors = ["Gabe Fierro "] repository = "https://github.com/gtfierro/reasonable" homepage = "https://brickschema.org/" diff --git a/pyproject.toml b/pyproject.toml index 80d69fe..f8a92a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "reasonable" -version = "0.2.1-a9" +version = "0.2.1-a10" description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile" authors = ["Gabe Fierro "] license = "bsd-3-clause"