This is an automated email from the ASF dual-hosted git repository. amoghdesai pushed a commit to branch edit-readme-release in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 475096ea35a61baacf9a1785933fe94dc014ceb9 Author: Amogh Desai <amoghrajesh1...@gmail.com> AuthorDate: Sat Jul 5 15:42:52 2025 +0530 Making PMC testing instructions more explicit --- dev/README_RELEASE_PROVIDERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md index 089659c9175..fd557316891 100644 --- a/dev/README_RELEASE_PROVIDERS.md +++ b/dev/README_RELEASE_PROVIDERS.md @@ -757,7 +757,7 @@ script to verify that all expected files are present in SVN. This script will pr may help with verifying installation of the packages. ```shell script -# Copy the list of packages (pypi urls) into `packages.txt` then run: +# Copy the list of packages (pypi urls) from email into a `packages.txt` then run: uv run check_files.py providers -p {PATH_TO_SVN} ```