codeant-ai-for-open-source[bot] commented on PR #36746:
URL: https://github.com/apache/superset/pull/36746#issuecomment-4041201223
## **Sequence Diagram**
This PR updates the release guide to build source and wheel distributions
using the supported python -m build command instead of directly invoking
setup.py.
```mermaid
sequenceDiagram
participant Releaser
participant BuildTool
participant PackageIndex
Releaser->>BuildTool: Run python -m build
BuildTool->>BuildTool: Build source and wheel artifacts
BuildTool-->>Releaser: Built distribution files
Releaser->>PackageIndex: Upload distributions for release
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]