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
Distribución por PyPI: la herramienta ahora se instala con pipx install android-gradle-analyzer (antes solo git+https://...). El install desde git+ se mantiene documentado como vía de desarrollo
README y CONTRIBUTING actualizados: el flujo de desarrollo usa pip install -e ".[kts,yaml]" y el de release ya no crea el tag a mano (lo hace el CI)
Added
Publicación automática a PyPI vía Trusted Publishers (OIDC) en release.yml: el job publish-pypi sube el paquete sin tokens ni contraseñas, gateado a que el job release haya creado un tag nuevo (no publica en pushes sin bump de versión)
Removed
setup.sh y requirements.txt: pyproject.toml queda como fuente única de dependencias