We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b3113f + efd5239 commit 801dcecCopy full SHA for 801dcec
.github/workflows/python.yml
@@ -54,6 +54,8 @@ jobs:
54
runs-on: ubuntu-latest
55
needs: build
56
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
57
+ permissions:
58
+ id-token: write
59
steps:
60
- uses: actions/checkout@v3
61
- name: Set up Python 3.10
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "terminusdb"
3
-version = "12.0.5"
+version = "12.0.4"
4
description = "TerminusDB Python client"
5
authors = ["TerminusDB group", "DFRNT AB"]
6
license = "Apache Software License"
0 commit comments