This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 80e7d30258e [v3-1-test] Fix nit in release docs fpr python client
(#58500) (#58504)
80e7d30258e is described below
commit 80e7d30258e4d2df2dd4747a67db5a20d28c7e79
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 2cee93de6a6..fc724a6b1cb 100644
--- a/dev/README_RELEASE_PYTHON_CLIENT.md
+++ b/dev/README_RELEASE_PYTHON_CLIENT.md
@@ -347,7 +347,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: