Skip to content

Commit a708bde

Browse files
committed
Add license header
1 parent f01342c commit a708bde

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

agent_sdks/python/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ To release a new version of the SDK, follow these steps:
8484

8585
The script will build the package, upload it to the Artifact Registry, and trigger the release pipeline.
8686

87+
## Tracking the release
88+
89+
1. Check the release status through Sponge: go/spng2?q=PROJECT%3Aa2ui%2Fpypi
90+
2. You will see logs for the jobs involved in your release. A successful release is confirmed when the final job, named "publisher", completes successfully.
91+
8792
## Disclaimer
8893

8994
Important: The sample code provided is for demonstration purposes and

agent_sdks/python/release.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
#!/bin/bash
2+
# Copyright 2026 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216

317
set -e # Exit on error
418
#set -x # Echo commands

0 commit comments

Comments
 (0)