raulcd commented on PR #48539: URL: https://github.com/apache/arrow/pull/48539#issuecomment-3870977218
> the failure appears to be caused by a missing License file in the generated wheel package. Is that a known issue? No, this is working on main. You should use: ``` %PYTHON_CMD% -m build --sdist --wheel . --no-isolation || exit /B 1 ``` instead of ``` %PYTHON_CMD% setup.py bdist_wheel || exit /B 1 ``` The wheel is built from the sdist which packages both LICENSE.txt and NOTICE.txt files using the build frontend. -- 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]
