Skip to content

Commit 650881e

Browse files
committed
use build for distros, not setup.py
1 parent 0e79fa3 commit 650881e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ docs: .FORCE
2424
(cd docs; make html)
2525

2626
dist: .FORCE
27-
$(MAKE) test
28-
python setup.py sdist
27+
#$(MAKE) test
28+
python -m build
2929

3030
upload: .FORCE
3131
twine upload dist/*

0 commit comments

Comments
 (0)