You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent_sdks/python/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,11 @@ To release a new version of the SDK, follow these steps:
84
84
85
85
The script will build the package, upload it to the Artifact Registry, and trigger the release pipeline.
86
86
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
+
87
92
## Disclaimer
88
93
89
94
Important: The sample code provided is for demonstration purposes and
0 commit comments