Skip to content

Commit 801dcec

Browse files
authored
Merge branch 'main' into iso8601-predicates
2 parents 8b3113f + efd5239 commit 801dcec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
runs-on: ubuntu-latest
5555
needs: build
5656
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57+
permissions:
58+
id-token: write
5759
steps:
5860
- uses: actions/checkout@v3
5961
- name: Set up Python 3.10

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 = "terminusdb"
3-
version = "12.0.5"
3+
version = "12.0.4"
44
description = "TerminusDB Python client"
55
authors = ["TerminusDB group", "DFRNT AB"]
66
license = "Apache Software License"

0 commit comments

Comments
 (0)