bito-code-review[bot] commented on PR #36746: URL: https://github.com/apache/superset/pull/36746#issuecomment-3720164419
<!-- Bito Reply --> The change replaces 'python setup.py sdist' with 'python -m build', which is the modern approach for building Python distributions. The old 'setup.py sdist' command is indeed outdated and less recommended, so updating it aligns with best practices. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
