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
Since build 0.5.0, the default behaviour of `python -m build` is
to create the sdist first, and then to create the wheel from the
sdist. Using `--sdist --wheel` prevents the desired default behaviour.
0 commit comments