This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new eede1e7ecad [v3-3-test] Fix typos in README_RELEASE_PYTHON_CLIENT
(#71089) (#71109)
eede1e7ecad is described below
commit eede1e7ecad521b3553b4de2703c15565ba34780
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 10:47:21 2026 +0530
[v3-3-test] Fix typos in README_RELEASE_PYTHON_CLIENT (#71089) (#71109)
(cherry picked from commit a424a811da80ed1e84d690adaeebe0804f57a958)
Co-authored-by: Saumyaranjan Nayak
<[email protected]>
---
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`.