Skip to content

Commit e4bc10f

Browse files
committed
Update build command
1 parent ce93cd2 commit e4bc10f

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
@@ -3,7 +3,7 @@ clean:
33
.PHONY: clean
44

55
package:
6-
python setup.py sdist bdist_wheel
6+
python -m build
77
.PHONY: package
88

99
upload:

0 commit comments

Comments
 (0)