Commit 2f7d2a5
committed
Ensure wheels are built from sdists
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.1 parent 7913a36 commit 2f7d2a5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments