Skip to content

Commit 8e4b5c0

Browse files
authored
Python release. (a2ui-project#1536)
1 parent 160df9c commit 8e4b5c0

2 files changed

Lines changed: 2 additions & 16 deletions

File tree

agent_sdks/python/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,7 @@ uv run pyink .
7777

7878
## Releasing the SDK
7979

80-
To release a new version of the SDK, follow these steps:
81-
82-
1. Update the version in `src/a2ui/version.py`.
83-
2. Run the release script from the `agent_sdks/python` directory:
84-
85-
```bash
86-
./release.sh
87-
```
88-
89-
The script will build the package, upload it to the Artifact Registry, and trigger the release pipeline.
90-
91-
## Tracking the release
92-
93-
1. Check the release status through Sponge: go/spng2?q=PROJECT%3Aa2ui%2Fpypi
94-
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.
80+
See internal guidance at go/a2ui-release-pipy.
9581

9682
## Disclaimer
9783

agent_sdks/python/src/a2ui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# Switch to VCS-based versioning which derives version
2222
# from Git tags automatically with the hatch-vcs plugin
2323
# when we start using Git tags.
24-
__version__ = "0.2.2"
24+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)