v0.27.7: Official PyPI Publication, Evergreen Installer Links & Pre-Release Packaging Integrity
Official PyPI Publication, Evergreen Installer Links & Pre-Release Packaging Integrity
- Official PyPI Publication (
android-agent-harness):- Published official distribution packages (
.whland.tar.gz) to PyPI. - Enabled standard one-command global installation:
pip install android-agent-harnessorpipx install android-agent-harness. - Added official PyPI version badge to repository header.
- Published official distribution packages (
- Evergreen Prompt Installer (
README.md,docs/quickstart.md,pin_prompt_docs.py):- Adopted static, permanent prompt URL pointing to
main(https://raw.githubusercontent.com/rabee-elkholy/android-agent-harness/main/docs/install-or-update-prompt.md). - Eliminated stale link rot across external blogs, tutorials, and chat bookmarks.
- Excluded entry-point documentation from release version pinning scripts to preserve the permanent evergreen URL.
- Adopted static, permanent prompt URL pointing to
- Automated PyPI Publishing CI & Pre-Release Packaging Verification (
publish-pypi.yml,release_version.py):- Created automated GitHub Actions workflow (
.github/workflows/publish-pypi.yml) utilizing OIDC Trusted Publishing on new GitHub releases. - Hardened release automation script (
release_version.py) with pre-release distribution packaging build (python -m build) and metadata verification (twine check) before git tag and push. - Added
.github/workflows directory to automatic release staging paths.
- Created automated GitHub Actions workflow (
Full Changelog: v0.27.6...v0.27.7