File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 36
36
run : ./scripts/lint
37
37
38
38
build :
39
- if : github.repository == 'stainless-sdks/knock-python' && (github. event_name == 'push' || github.event.pull_request.head.repo.fork)
39
+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
40
40
timeout-minutes : 10
41
41
name : build
42
42
permissions :
@@ -61,12 +61,14 @@ jobs:
61
61
run : rye build
62
62
63
63
- name : Get GitHub OIDC Token
64
+ if : github.repository == 'stainless-sdks/knock-python'
64
65
id : github-oidc
65
66
uses : actions/github-script@v6
66
67
with :
67
68
script : core.setOutput('github_token', await core.getIDToken());
68
69
69
70
- name : Upload tarball
71
+ if : github.repository == 'stainless-sdks/knock-python'
70
72
env :
71
73
URL : https://pkg.stainless.com/s
72
74
AUTH : ${{ steps.github-oidc.outputs.github_token }}
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.12.0 "
2
+ "." : " 1.12.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.12.1 (2025-08-21)
4
+
5
+ Full Changelog: [ v1.12.0...v1.12.1] ( https://github.com/knocklabs/knock-python/compare/v1.12.0...v1.12.1 )
6
+
7
+ ### Chores
8
+
9
+ * update github action ([ 4892cb7] ( https://github.com/knocklabs/knock-python/commit/4892cb7b29fe513f2c7a74cf220cdab0d5c150e5 ) )
10
+
3
11
## 1.12.0 (2025-08-15)
4
12
5
13
Full Changelog: [ v1.11.0...v1.12.0] ( https://github.com/knocklabs/knock-python/compare/v1.11.0...v1.12.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " knockapi"
3
- version = " 1.12.0 "
3
+ version = " 1.12.1 "
4
4
description = " The official Python library for the knock API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "knockapi"
4
- __version__ = "1.12.0 " # x-release-please-version
4
+ __version__ = "1.12.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments