raulcd commented on PR #48988: URL: https://github.com/apache/arrow/pull/48988#issuecomment-3813361209
It seems that `python -m build --wheel` doesn't really builds from and sdist but you have to specify both flags: `python -m build --sdist --wheel .` does the trick!!! I probably should have read the arguments first: https://github.com/pypa/build?tab=readme-ov-file#common-arguments Manylinux is successful, triggering the rest of the wheels as validation -- 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]
