Skip to content

Commit 26a1046

Browse files
committed
no tree
1 parent ae74475 commit 26a1046

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/publish2.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
version: "10.0"
2727
- name: llvm path setup
2828
run: |
29-
tree /llvm
3029
export LIBCLANG_PATH=${LLVM_PATH}/lib
3130
- name: Build wheels - x86_64
3231
uses: messense/maturin-action@v1
@@ -71,7 +70,6 @@ jobs:
7170
working-directory: ${{ env.LLVM_PATH }}/lib
7271
- name: llvm path setup
7372
run: |
74-
tree /llvm
7573
export LIBCLANG_PATH=${LLVM_PATH}/lib
7674
- name: Build wheels
7775
uses: messense/maturin-action@v1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reasonable"
3-
version = "0.2.1-alpha10"
3+
version = "0.2.1-alpha11"
44
authors = ["Gabe Fierro <[email protected]>"]
55
repository = "https://github.com/gtfierro/reasonable"
66
homepage = "https://brickschema.org/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reasonable"
3-
version = "0.2.1-a10"
3+
version = "0.2.1-a11"
44
description = "Python interface to 'reasonable', a Datalog implementation of the OWL 2 RL profile"
55
authors = ["Gabe Fierro <[email protected]>"]
66
license = "bsd-3-clause"

0 commit comments

Comments
 (0)