Skip to content

Commit 1c38ca5

Browse files
committed
feat: release pipeline secret keys update and extra files
1 parent d3e4151 commit 1c38ca5

6 files changed

Lines changed: 14 additions & 10 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
bump-type: ${{ inputs.bump-type || 'auto' }}
4343
release-version: ${{ inputs.release-version || '' }}
4444
secrets:
45-
APP_ID: ${{ secrets.APP_ID }}
46-
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
47-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
48-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
45+
RELEASER_APP_ID: ${{ secrets.RELEASER_APP_ID }}
46+
RELEASER_APP_PRIVATE_KEY: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
47+
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
48+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python SDK for OpenFGA
22

33
[![pypi](https://img.shields.io/pypi/v/openfga_sdk.svg?style=flat)](https://pypi.org/project/openfga_sdk)
4-
[![Socket Badge](https://badge.socket.dev/pypi/package/openfga-sdk/0.10.0)](https://socket.dev/pypi/package/openfga-sdk)
4+
[![Socket Badge](https://badge.socket.dev/pypi/package/openfga-sdk/0.10.0)](https://socket.dev/pypi/package/openfga-sdk) <!-- x-release-please-version -->
55
[![DeepWiki](https://img.shields.io/badge/DeepWiki-openfga%2Fpython--sdk-blue.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAyCAYAAAAnWDnqAAAAAXNSR0IArs4c6QAAA05JREFUaEPtmUtyEzEQhtWTQyQLHNak2AB7ZnyXZMEjXMGeK/AIi+QuHrMnbChYY7MIh8g01fJoopFb0uhhEqqcbWTp06/uv1saEDv4O3n3dV60RfP947Mm9/SQc0ICFQgzfc4CYZoTPAswgSJCCUJUnAAoRHOAUOcATwbmVLWdGoH//PB8mnKqScAhsD0kYP3j/Yt5LPQe2KvcXmGvRHcDnpxfL2zOYJ1mFwrryWTz0advv1Ut4CJgf5uhDuDj5eUcAUoahrdY/56ebRWeraTjMt/00Sh3UDtjgHtQNHwcRGOC98BJEAEymycmYcWwOprTgcB6VZ5JK5TAJ+fXGLBm3FDAmn6oPPjR4rKCAoJCal2eAiQp2x0vxTPB3ALO2CRkwmDy5WohzBDwSEFKRwPbknEggCPB/imwrycgxX2NzoMCHhPkDwqYMr9tRcP5qNrMZHkVnOjRMWwLCcr8ohBVb1OMjxLwGCvjTikrsBOiA6fNyCrm8V1rP93iVPpwaE+gO0SsWmPiXB+jikdf6SizrT5qKasx5j8ABbHpFTx+vFXp9EnYQmLx02h1QTTrl6eDqxLnGjporxl3NL3agEvXdT0WmEost648sQOYAeJS9Q7bfUVoMGnjo4AZdUMQku50McDcMWcBPvr0SzbTAFDfvJqwLzgxwATnCgnp4wDl6Aa+Ax283gghmj+vj7feE2KBBRMW3FzOpLOADl0Isb5587h/U4gGvkt5v60Z1VLG8BhYjbzRwyQZemwAd6cCR5/XFWLYZRIMpX39AR0tjaGGiGzLVyhse5C9RKC6ai42ppWPKiBagOvaYk8lO7DajerabOZP46Lby5wKjw1HCRx7p9sVMOWGzb/vA1hwiWc6jm3MvQDTogQkiqIhJV0nBQBTU+3okKCFDy9WwferkHjtxib7t3xIUQtHxnIwtx4mpg26/HfwVNVDb4oI9RHmx5WGelRVlrtiw43zboCLaxv46AZeB3IlTkwouebTr1y2NjSpHz68WNFjHvupy3q8TFn3Hos2IAk4Ju5dCo8B3wP7VPr/FGaKiG+T+v+TQqIrOqMTL1VdWV1DdmcbO8KXBz6esmYWYKPwDL5b5FA1a0hwapHiom0r/cKaoqr+27/XcrS5UwSMbQAAAABJRU5ErkJggg==)](https://deepwiki.com/openfga/python-sdk)
66
[![Release](https://img.shields.io/github/v/release/openfga/python-sdk?sort=semver&color=green)](https://github.com/openfga/python-sdk/releases)
77
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fopenfga%2Fpython-sdk.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenfga%2Fpython-sdk?ref=badge_shield)

example/example1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attrs >= 25.3.0
44
frozenlist >= 1.7.0
55
idna >= 3.10
66
multidict >= 6.6.4
7-
openfga-sdk >= 0.10.0
7+
openfga-sdk >= 0.10.0 # x-release-please-version
88
python-dateutil >= 2.9.0.post0
99
urllib3 >= 1.26.19, != 2.0.*, != 2.1.*, != 2.2.0, != 2.2.1, < 3
1010
yarl >= 1.20.1

example/example1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
NAME = "example1"
1717
VERSION = "0.0.1"
18-
REQUIRES = ["openfga-sdk >= 0.10.0"]
18+
REQUIRES = ["openfga-sdk >= 0.10.0"] # x-release-please-version
1919

2020
setup(
2121
name=NAME,

openfga_sdk/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
SDK_VERSION: Final[str] = "0.10.0" # x-release-please-version
1818

1919
# User agent used in HTTP requests.
20-
USER_AGENT: Final[str] = "openfga-sdk python/0.10.0"
20+
21+
USER_AGENT: Final[str] = "openfga-sdk python/0.10.0" # x-release-please-version
2122

2223
# Example API domain for documentation/tests.
2324
SAMPLE_BASE_DOMAIN: Final[str] = "fga.example"

release-please-config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
{ "type": "chore", "section": "Miscellaneous", "hidden": true }
2121
],
2222
"extra-files": [
23-
{ "type": "toml", "path": "pyproject.toml", "jsonpath": "$.project.version" },
24-
{ "type": "generic", "path": "openfga_sdk/constants.py" }
23+
{ "type": "toml", "path": "pyproject.toml", "jsonpath": "$.project.version" },
24+
{ "type": "generic", "path": "openfga_sdk/constants.py" },
25+
{ "type": "generic", "path": "README.md" },
26+
{ "type": "generic", "path": "example/example1/setup.py" },
27+
{ "type": "generic", "path": "example/example1/requirements.txt" }
2528
]
2629
}
2730
}

0 commit comments

Comments
 (0)