potiuk opened a new pull request, #1427: URL: https://github.com/apache/airflow-site/pull/1427
## Summary - Move theme preparation (`prepare-theme`) and build (`uv build`) steps earlier in the CI pipeline — before the publish push instead of after - Copy the built wheel and sdist into `dist/sphinx-airflow-theme/` so they are included when pushing to the publish branch - This makes the theme package available directly from the published site (e.g., `https://airflow.apache.org/sphinx-airflow-theme/`) ## Test plan - [ ] Verify CI workflow passes — the reordered steps have no dependency on node (only Python/uv) - [ ] Confirm the `sphinx-airflow-theme/` directory appears in the publish branch after a successful build - [ ] Verify the upload-artifact and GitHub release steps still work correctly (they remain after publish) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
