We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52d668 commit 7bebc15Copy full SHA for 7bebc15
1 file changed
Makefile
@@ -37,7 +37,7 @@ release: dist ## package and upload a release
37
38
dist: clean install-deploy ## builds source and wheel package
39
@pip install twine
40
- @python setup.py sdist bdist_wheel
+ @python -m build
41
42
increase-version: guard-PART ## Increase project version
43
@bump2version $(PART)
0 commit comments