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
Refactor CI/CD pipeline to align with MaxText and support PyPI release
- Consolidate requirements management to use generated requirements as the source of truth.
- Update pyproject.toml, setup.sh, and internal scripts to source dependencies from the new path.
- Refactor Docker build process to remove JAX AI image dependencies.
- Add GitHub workflow for automated PyPI package publication via OIDC.
- Streamline UploadDockerImages.yml for stable and nightly image builds.
@md5sum -c --quiet md5sum.saved || (printf "\nError: the version dependency table is outdated.\nPlease run 'make fixup' or 'make style' and commit the changes.\n\n"&&exit 1)
0 commit comments