kaxil commented on a change in pull request #17702:
URL: https://github.com/apache/airflow/pull/17702#discussion_r691640009



##########
File path: dev/README_RELEASE_AIRFLOW.md
##########
@@ -115,14 +115,19 @@ The Release Candidate artifacts we vote upon should be 
the exact ones we vote ag
         -o dist/apache-airflow-${VERSION_WITHOUT_RC}-source.tar.gz
     ```
 
-
 - Generate SHA512/ASC (If you have not generated a key yet, generate it by 
following instructions on 
http://www.apache.org/dev/openpgp.html#key-gen-generate-key)
 
     ```shell script
     ./breeze prepare-airflow-packages --package-format both
     ${AIRFLOW_REPO_ROOT}/dev/sign.sh dist/*
     ```
 
+- If you aren't using Breeze for packaging, build the distribution and wheel 
files directly
+
+    ```shell script
+    python setup.py compile_assets sdist bdist_wheel

Review comment:
       ```suggestion
       python setup.py compile_assets sdist bdist_wheel
       ${AIRFLOW_REPO_ROOT}/dev/sign.sh dist/*
   ```




-- 
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]


Reply via email to