You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/11 17:16:45 UTC

[GitHub] [airflow] ashb commented on a change in pull request #13020: Simplify release process for PyPI snapshots

ashb commented on a change in pull request #13020:
URL: https://github.com/apache/airflow/pull/13020#discussion_r541101271



##########
File path: dev/README_RELEASE_AIRFLOW.md
##########
@@ -148,12 +148,10 @@ svn commit -m "Add artifacts for Airflow ${VERSION}"
 At this point we have the artefact that we vote on, but as a convenience to developers we also want to
 publish "snapshots" of the RC builds to pypi for installing via pip. To do this we need to
 
-- Edit the `setup.py` to include the RC suffix.
-
 - Build the package:
 
     ```shell script
-    python setup.py compile_assets sdist bdist_wheel
+    python setup.py compile_assets egg_info --tag-build "$(sed -e "s/^[0-9.]*//" <<<"$VERSION")" sdist bdist_wheel

Review comment:
       Both of those use egg_info (technically they use build which uses egg_info)
   
   But yes, I used this for https://pypi.org/project/apache-airflow-upgrade-check/1.1.0rc1/#files




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org