Skip to content

v0.27.7: Official PyPI Publication, Evergreen Installer Links & Pre-Release Packaging Integrity

Choose a tag to compare

@rabee-elkholy rabee-elkholy released this 03 Sep 09:45
· 8 commits to main since this release

Official PyPI Publication, Evergreen Installer Links & Pre-Release Packaging Integrity

  • Official PyPI Publication (android-agent-harness):
    • Published official distribution packages (.whl and .tar.gz) to PyPI.
    • Enabled standard one-command global installation: pip install android-agent-harness or pipx install android-agent-harness.
    • Added official PyPI version badge to repository header.
  • 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.
  • 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.

Full Changelog: v0.27.6...v0.27.7