This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b03cd4de666fdc13430466f62bb3912b19458f57
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 20 00:52:30 2025 +0100
[v3-1-test] Fix nit in release docs fpr python client (#58500) (#58504)
(cherry picked from commit b40ecc9c9bacdf89583030936b92bee07b03448e)
Co-authored-by: Jens Scheffler <[email protected]>
---
dev/README_RELEASE_PYTHON_CLIENT.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_PYTHON_CLIENT.md
b/dev/README_RELEASE_PYTHON_CLIENT.md
index 21a48e1df18..98475f110a5 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -374,7 +374,7 @@ cd "${AIRFLOW_REPO_ROOT}"
```shell
git fetch apache --tags
-git checkout providers/${VERSION_RC}
+git checkout python-client/${VERSION_RC}
```
4) Build the distribution and source tarball: