This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new 8d3c3ca0006 Making PMC testing instructions more explicit for providers (#52903) 8d3c3ca0006 is described below commit 8d3c3ca000659805510154bea652274ba5fb1996 Author: Amogh Desai <amoghrajesh1...@gmail.com> AuthorDate: Sat Jul 5 16:43:31 2025 +0530 Making PMC testing instructions more explicit for providers (#52903) * Making PMC testing instructions more explicit * update --- dev/README_RELEASE_PROVIDERS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md index 089659c9175..7e839bb281b 100644 --- a/dev/README_RELEASE_PROVIDERS.md +++ b/dev/README_RELEASE_PROVIDERS.md @@ -756,8 +756,10 @@ Optionally you can use the [`check_files.py`](https://github.com/apache/airflow/ script to verify that all expected files are present in SVN. This script will produce a `Dockerfile.pmc` which may help with verifying installation of the packages. +Once you have cloned/updated the SVN repository, copy the pypi URLs shared in the email to a file called `packages.txt` in the $AIRFLOW_REPO_ROOT/dev +directory and cd into it. + ```shell script -# Copy the list of packages (pypi urls) into `packages.txt` then run: uv run check_files.py providers -p {PATH_TO_SVN} ``` @@ -888,7 +890,9 @@ where `.rat-excludes` is the file in the root of Airflow source code. Make sure you have imported into your GPG the PGP key of the person signing the release. You can find the valid keys in [KEYS](https://dist.apache.org/repos/dist/release/airflow/KEYS). -You can import the whole KEYS file: +Download the KEYS file from the above link and save it locally. + +You can import the whole KEYS file into gpg by running the following command: ```shell script gpg --import KEYS