File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,18 @@ jobs:
6161 run : rye build
6262
6363 - name : Get GitHub OIDC Token
64- if : github.repository == 'stainless-sdks/open-transit-python'
64+ if : |-
65+ github.repository == 'stainless-sdks/open-transit-python' &&
66+ !startsWith(github.ref, 'refs/heads/stl/')
6567 id : github-oidc
6668 uses : actions/github-script@v8
6769 with :
6870 script : core.setOutput('github_token', await core.getIDToken());
6971
7072 - name : Upload tarball
71- if : github.repository == 'stainless-sdks/open-transit-python'
73+ if : |-
74+ github.repository == 'stainless-sdks/open-transit-python' &&
75+ !startsWith(github.ref, 'refs/heads/stl/')
7276 env :
7377 URL : https://pkg.stainless.com/s
7478 AUTH : ${{ steps.github-oidc.outputs.github_token }}
Original file line number Diff line number Diff line change 11{
2- "." : " 1.19.6 "
2+ "." : " 1.19.7 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.19.7 (2026-03-07)
4+
5+ Full Changelog: [ v1.19.6...v1.19.7] ( https://github.com/OneBusAway/python-sdk/compare/v1.19.6...v1.19.7 )
6+
7+ ### Chores
8+
9+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 0192fc9] ( https://github.com/OneBusAway/python-sdk/commit/0192fc9c9015032655a23bb9217d60488709a277 ) )
10+
311## 1.19.6 (2026-03-06)
412
513Full Changelog: [ v1.19.5...v1.19.6] ( https://github.com/OneBusAway/python-sdk/compare/v1.19.5...v1.19.6 )
Original file line number Diff line number Diff line change 11[project ]
22name = " onebusaway"
3- version = " 1.19.6 "
3+ version = " 1.19.7 "
44description = " The official Python library for the onebusaway-sdk 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__ = "onebusaway"
4- __version__ = "1.19.6 " # x-release-please-version
4+ __version__ = "1.19.7 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments