Skip to content

Commit 2a731f2

Browse files
chore: codegen-examples 0.6.0 and above (#415)
1 parent d269dfa commit 2a731f2

File tree

3 files changed

+3664
-1
lines changed

3 files changed

+3664
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
uses: ./.github/workflows/release.yml
4242
permissions:
4343
contents: write
44+
secrets: inherit
4445
with:
4546
tag: ${{ needs.semantic-version.outputs.tag }}

codegen-examples/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "codegen-examples"
33
version = "0.0.0"
44
readme = "README.md"
55
requires-python = ">=3.12, <3.14"
6-
dependencies = ["codegen==0.6.2"]
6+
dependencies = ["codegen>0.6.0"]
77
license = { file = "LICENSE" }
88
classifiers = [
99
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)