This is an automated email from the ASF dual-hosted git repository.
rok pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 29d34e8376 GH-49234: [CI][Python] Nightly sdist job fails due to
missing update_stub_docstrings.py file (#49235)
29d34e8376 is described below
commit 29d34e837668e0a45c1de0b65aaa3ca12b1e7fa3
Author: Rok Mihevc <[email protected]>
AuthorDate: Fri Feb 13 12:05:33 2026 +0100
GH-49234: [CI][Python] Nightly sdist job fails due to missing
update_stub_docstrings.py file (#49235)
### Rationale for this change
Nightly sdist job fails due to missing update_stub_docstrings.py file
### What changes are included in this PR?
Add update_stub_docstrings.py to MANIFEST.in
### Are these changes tested?
We should test with crossbow
### Are there any user-facing changes?
No.
* GitHub Issue: #49234
Authored-by: Rok Mihevc <[email protected]>
Signed-off-by: Rok Mihevc <[email protected]>
---
python/MANIFEST.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
index 5896f1c44a..c37446c64f 100644
--- a/python/MANIFEST.in
+++ b/python/MANIFEST.in
@@ -5,6 +5,7 @@ include ../NOTICE.txt
global-include CMakeLists.txt
graft pyarrow
graft pyarrow-stubs
+include scripts/update_stub_docstrings.py
graft cmake_modules
global-exclude *.so