This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 64ebe6541bf [v3-1-test] Use VERSION_SUFFIX in airflow-ctl when 
preparing PyPI packages. (#58001) (#58002)
64ebe6541bf is described below

commit 64ebe6541bfe7059d5df872aede7b01a676dbeb3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 7 01:44:59 2025 +0100

    [v3-1-test] Use VERSION_SUFFIX in airflow-ctl when preparing PyPI packages. 
(#58001) (#58002)
    
    (cherry picked from commit 37c379582b1a060d797afe0110ffe8e2b39d4e46)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 dev/README_RELEASE_AIRFLOWCTL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md
index fb594cfad81..f2db59517dd 100644
--- a/dev/README_RELEASE_AIRFLOWCTL.md
+++ b/dev/README_RELEASE_AIRFLOWCTL.md
@@ -236,13 +236,13 @@ so you need to use `--version-suffix` switch to prepare 
those packages.
 Note that these are different packages than the ones used for SVN upload
 though they should be generated from the same sources.
 
-* Generate the packages with the rc1 version (specify the version suffix with 
PyPI switch). Note that
+* Generate the packages with the rc<X> version (specify the version suffix 
with PyPI switch). Note that
 you should clean up dist folder before generating the packages, so you will 
only have the right packages there.
 
 ```shell script
 rm -rf ${AIRFLOW_REPO_ROOT}/dist/*
 
-breeze release-management prepare-airflow-ctl-distributions --version-suffix 
rc1 --distribution-format both
+breeze release-management prepare-airflow-ctl-distributions --version-suffix 
"${VERSION_SUFFIX}" --distribution-format both
 ```
 
 * Verify the artifacts that would be uploaded:

Reply via email to