The GitHub Actions job "Tests" on airflow.git/fix-ctl-version-detection has 
succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
16abbc64c08844af664cb73157ceebf0e1f1e480 / Jarek Potiuk <[email protected]>
Fix version detection for airflow-ctl and task-sdk in docs script

The store_stable_versions.py script failed to determine the version for
apache-airflow-ctl (and would also fail for task-sdk) because it looked
for a static `version = "..."` in pyproject.toml, but both packages use
dynamic versioning via `__version__` in their __init__.py files.

Read __version__ directly from the source files where hatch defines them
instead of trying to parse pyproject.toml. Add comprehensive tests.

Report URL: https://github.com/apache/airflow/actions/runs/23284282753

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to