We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956dff6 commit cd51f02Copy full SHA for cd51f02
Makefile
@@ -99,7 +99,7 @@ summary:
99
# Create a distribution build of the module
100
dist:
101
@printf "\n\nCREATING DISTRIBUTION BUILD...\n"
102
- @python setup.py sdist bdist_wheel
+ @python -m build
103
@printf "\n\nDISTRIBUTION BUILD CREATED\n\n\n"
104
105
# Check a distribution build using twine
0 commit comments