This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 a424a811da8 Fix typos in README_RELEASE_PYTHON_CLIENT (#71089)
a424a811da8 is described below
commit a424a811da80ed1e84d690adaeebe0804f57a958
Author: Saumyaranjan Nayak <[email protected]>
AuthorDate: Tue Aug 4 21:51:08 2026 +0530
Fix typos in README_RELEASE_PYTHON_CLIENT (#71089)
---
dev/README_RELEASE_PYTHON_CLIENT.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/README_RELEASE_PYTHON_CLIENT.md
b/dev/README_RELEASE_PYTHON_CLIENT.md
index 8d29d7e0432..88e2a8b4d14 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -760,8 +760,8 @@ Give the server 20-30 seconds to serialize the example Dags
to DB
3. In the meantime install the python client you want to test - in the
terminal window in the container.
It can be installed from `PyPI` via `pip install
apache-airflow-client==X.Y.Zrc1` or installed
- from a file (for example if you nust built the client with `breeze
release-management prepare-python-client`,
- there will be `/dist/apache_airflow_client-py*.whl` file in in your `/dist`
folder (mapped from `dist`
+ from a file (for example if you just built the client with `breeze
release-management prepare-python-client`,
+ there will be `/dist/apache_airflow_client-py*.whl` file in your `/dist`
folder (mapped from `dist`
folder in your checked out airflow repository and you can install it with:
`pip install /dist/apache_airflow_client-py*.whl`.