Skip to content

Commit ce15be6

Browse files
committed
use build for packaging
1 parent 9ced9cc commit ce15be6

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
@@ -32,7 +32,7 @@ docupdate: docs
3232

3333
dist: .FORCE
3434
#$(MAKE) test
35-
python setup.py sdist
35+
python -m build
3636

3737
upload: .FORCE
3838
twine upload dist/*

0 commit comments

Comments
 (0)