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


##########
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 --wheel --config-settings=--bundle-arrow-cpp --no-isolation . 
|| exit /B 1

Review Comment:
   Note this ugly `--config-settings` is why it's nice to have the options 
configurable via environment variables as well ;)



-- 
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