You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `pip` commands with `python3 -m pip` for installing `build` and `twine`, ensuring a consistent build setup. This change aims to prevent potential issues caused by outdated tools and aligns with best practices for Python tooling in CI pipelines.