rok commented on code in PR #50168:
URL: https://github.com/apache/arrow/pull/50168#discussion_r3410091372


##########
python/pyproject.toml:
##########
@@ -88,6 +88,11 @@ metadata.version.provider = 
"scikit_build_core.metadata.setuptools_scm"
 sdist.include = ["pyarrow/_generated_version.py", "cmake_modules/", 
"pyarrow-stubs/"]
 wheel.packages = ["pyarrow"]
 wheel.install-dir = "pyarrow"
+# TODO(GH-48970): Remove this when stubfiles are complete
+# Withhold the PEP 561 marker until the type stubs are complete. The .pyi 
files still ship
+# and are tested in CI, but without py.typed type checkers ignore them, we 
don't break
+# downstream users (GH-49831). The file is kept in-tree for CI type-checking.
+wheel.exclude = ["pyarrow/py.typed"]

Review Comment:
   Commented out this check.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to