Skip to content

Commit 524ccbf

Browse files
authored
Remove --sdist --wheel flags from the build command (#2420)
1 parent 58d26ab commit 524ccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
pip install --no-deps -e .
2727

2828
package:
29-
python -m build --sdist --wheel
29+
python -m build
3030

3131
test:
3232
# Run a tmp folder to make sure the tests are run on the installed version

0 commit comments

Comments
 (0)