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

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

commit b7493b6957aa66cfeead2829d7f1d43949c0d556
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Jul 11 08:22:36 2021 +0100

    Fix Airflow releasing guide (#16924)
    
    Fix Airflow releasing guide with some minor issues
    
    (cherry picked from commit d9f39bbc4d5f025a7643d3e66d38c5a6e4539b9b)
---
 dev/README_RELEASE_AIRFLOW.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index a281cda..72988a9 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -84,13 +84,13 @@ The Release Candidate artifacts we vote upon should be the 
exact ones we vote ag
 - Clean the checkout: the sdist step below will
 
     ```shell script
-    rm -rf dist/*
     git clean -fxd
     ```
 
 - Tarball the repo
 
     ```shell script
+    mkdir dist
     git archive --format=tar.gz ${VERSION} \
         --prefix=apache-airflow-${VERSION_WITHOUT_RC}/ \
         -o dist/apache-airflow-${VERSION_WITHOUT_RC}-source.tar.gz
@@ -178,7 +178,7 @@ To do this we need to
 - Build the package:
 
     ```shell script
-    ./breeze prepare-airflow-package --version-suffix-for-pypi 
"${VERSION_SUFFIX}"
+    ./breeze prepare-airflow-packages --version-suffix-for-pypi 
"${VERSION_SUFFIX}" --package-format both
     ```
 
 - Verify the artifacts that would be uploaded:

Reply via email to