Skip to content

Commit efd5239

Browse files
authored
Merge pull request #466 from terminusdb/deploy-key
Fix client deployment key
2 parents 12a68cd + aa8263a commit efd5239

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)