You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/05/15 01:03:14 UTC

[airflow] branch master updated: Dev: Update command to install ``setuptools-build-subpackage`` (#15872)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 512f396  Dev: Update command to install ``setuptools-build-subpackage`` (#15872)
512f396 is described below

commit 512f3969e2c207d96a6b50cb4a022165b5dbcccf
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sat May 15 02:02:48 2021 +0100

    Dev: Update command to install ``setuptools-build-subpackage`` (#15872)
    
    https://github.com/ashb/setuptools-build-subpackage has now been published to PyPI: https://pypi.org/project/setuptools-build-subpackage/
---
 dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md b/dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md
index 71d773d..850b384 100644
--- a/dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md
+++ b/dev/README_RELEASE_AIRFLOW_UPGRADE_CHECK.md
@@ -47,10 +47,10 @@ details the steps for releasing apache-airflow-upgrade-check package.
 
 ## Pre-requisites
 
-- Install `setuptools-build-subpackage` v0.1.0 by running:
+- Install `setuptools-build-subpackage` by running:
 
   ```shell script
-  pip install https://github.com/ashb/setuptools-build-subpackage/archive/master.zip
+  pip install setuptools-build-subpackage
   ```
 
 ## Build RC artifacts