kou commented on code in PR #46062:
URL: https://github.com/apache/arrow/pull/46062#discussion_r2034228863


##########
dev/release/verify-release-candidate.bat:
##########
@@ -140,7 +140,7 @@ set PYARROW_WITH_PARQUET=1
 set PYARROW_WITH_PARQUET_ENCRYPTION=1
 set PYARROW_WITH_DATASET=1
 set PYARROW_TEST_CYTHON=OFF
-python setup.py build_ext --inplace --bundle-arrow-cpp bdist_wheel || exit /B 1
+python -m build -C--bundle-arrow-cpp . --wheel || exit /B 1

Review Comment:
   Can we use a long option (`--config-setting`?) instead of `-C` for 
readability?
   
   Can we use `python -m build . ${OPTIONS}` or `python -m build ${OPTIONS} .` 
instead of `python -m build ${OPTIONS1} . ${OPTIONS2}` for readability?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to