Skip to content

Commit cd51f02

Browse files
committed
update build command
1 parent 956dff6 commit cd51f02

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
@@ -99,7 +99,7 @@ summary:
9999
# Create a distribution build of the module
100100
dist:
101101
@printf "\n\nCREATING DISTRIBUTION BUILD...\n"
102-
@python setup.py sdist bdist_wheel
102+
@python -m build
103103
@printf "\n\nDISTRIBUTION BUILD CREATED\n\n\n"
104104

105105
# Check a distribution build using twine

0 commit comments

Comments
 (0)