potiuk commented on code in PR #57848:
URL: https://github.com/apache/airflow/pull/57848#discussion_r2496548411
##########
dev/README_RELEASE_AIRFLOW.md:
##########
@@ -667,7 +667,7 @@ export AIRFLOW_REPO_ROOT=$(pwd)
rm -rf dist/*
breeze release-management prepare-airflow-distributions --distribution-format
both
breeze release-management prepare-task-sdk-distributions --distribution-format
both
-breeze release-management prepare-airflow-tarball --version ${VERSION}
--distribution-name apache_airflow
+breeze release-management prepare-airflow-tarball --version ${VERSION}
--distribution-name airflow
Review Comment:
> Shouldn't this be apache-airflow or something? (We don't upload to PyPi as
airflow)
Yep. that is exactly what `--tarball-type` is modelled for:
<img width="1076" height="367" alt="Screenshot 2025-11-06 at 00 48 05"
src="https://github.com/user-attachments/assets/43131b46-bd0c-4f95-8720-1b2a04bb6945"
/>
It should be much cleaner and consistent now (and ATR ready 🤞 )
--
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]