workflows/ contains CI, Docker build validation, and PyPI Trusted Publishing
workflows for the v7 branch and package-specific immutable tags.
ci.yamlis the cross-platform quality and installation matrix.docker.yamlbuilds and smoke-tests the root image for relevant pull requests and main pushes.publish.ymlpublishes the root distribution from stablev7.*tags.publish-plugins.yamlpublishes first-party packages from package-specific tags.
Keep workflow changes synchronized with scripts/check_release.py and
docs/development/releasing.md. Do not weaken isolated-install verification or
replace Trusted Publishing with repository secrets.