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 3636 run : ./scripts/lint
3737
3838 build :
39- if : github.repository == 'stainless-sdks/agentex-sdk-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
4040 timeout-minutes : 10
4141 name : build
4242 permissions :
@@ -61,12 +61,14 @@ jobs:
6161 run : rye build
6262
6363 - name : Get GitHub OIDC Token
64+ if : github.repository == 'stainless-sdks/agentex-sdk-python'
6465 id : github-oidc
6566 uses : actions/github-script@v6
6667 with :
6768 script : core.setOutput('github_token', await core.getIDToken());
6869
6970 - name : Upload tarball
71+ if : github.repository == 'stainless-sdks/agentex-sdk-python'
7072 env :
7173 URL : https://pkg.stainless.com/s
7274 AUTH : ${{ steps.github-oidc.outputs.github_token }}
Original file line number Diff line number Diff line change 11{
2- "." : " 0.4.6 "
2+ "." : " 0.4.7 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.7 (2025-08-22)
4+
5+ Full Changelog: [ v0.4.6...v0.4.7] ( https://github.com/scaleapi/agentex-python/compare/v0.4.6...v0.4.7 )
6+
7+ ### Chores
8+
9+ * update github action ([ 677e95d] ( https://github.com/scaleapi/agentex-python/commit/677e95de075b7031cfc4971d7d09769daaa5b2af ) )
10+
311## 0.4.6 (2025-08-20)
412
513Full Changelog: [ v0.4.5...v0.4.6] ( https://github.com/scaleapi/agentex-python/compare/v0.4.5...v0.4.6 )
Original file line number Diff line number Diff line change 11[project ]
22name = " agentex-sdk"
3- version = " 0.4.6 "
3+ version = " 0.4.7 "
44description = " The official Python library for the agentex API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "agentex"
4- __version__ = "0.4.6 " # x-release-please-version
4+ __version__ = "0.4.7 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments