amoghrajesh commented on code in PR #57848:
URL: https://github.com/apache/airflow/pull/57848#discussion_r2493850201
##########
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:
It should produce: apache-airflow-[version] tarball right?
```
➜ dist git:(retries-bug-dag) ✗ ls
apache_airflow_core-3.1.2-py3-none-any.whl
apache_airflow_task_sdk-1.1.2-py3-none-any.whl
apache_airflow-3.1.2-py3-none-any.whl
apache-airflow-3.1.2-source.tar.gz
apache_airflow_core-3.1.2.tar.gz
apache_airflow_task_sdk-1.1.2.tar.gz apache_airflow-3.1.2.tar.gz
```
--
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]