This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 4e177bb4df3 [v3-0-test] Add airflow-ctl package to
NON_SHORT_NAME_PACKAGES list in publish docs (#54849) (#54851)
4e177bb4df3 is described below
commit 4e177bb4df36e1a308d5015da14658686cab1f15
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 23 00:46:44 2025 +0200
[v3-0-test] Add airflow-ctl package to NON_SHORT_NAME_PACKAGES list in
publish docs (#54849) (#54851)
(cherry picked from commit b34832ecf6be16baffc7fe9cb93a074ed1c50423)
Co-authored-by: GPK <[email protected]>
---
dev/breeze/src/airflow_breeze/utils/publish_docs_to_s3.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/utils/publish_docs_to_s3.py
b/dev/breeze/src/airflow_breeze/utils/publish_docs_to_s3.py
index 4c315bbbe87..dbf3b96fd5d 100644
--- a/dev/breeze/src/airflow_breeze/utils/publish_docs_to_s3.py
+++ b/dev/breeze/src/airflow_breeze/utils/publish_docs_to_s3.py
@@ -30,7 +30,7 @@ from airflow_breeze.utils.parallel import
check_async_run_results, run_with_pool
PROVIDER_NAME_FORMAT = "apache-airflow-providers-{}"
-NON_SHORT_NAME_PACKAGES = ["docker-stack", "helm-chart", "apache-airflow",
"task-sdk"]
+NON_SHORT_NAME_PACKAGES = ["apache-airflow", "apache-airflow-ctl",
"docker-stack", "helm-chart", "task-sdk"]
s3_client = boto3.client("s3")