We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99de66c + 53b7239 commit 632c2a8Copy full SHA for 632c2a8
1 file changed
Makefile
@@ -108,7 +108,7 @@ major: ## bump a major version
108
.PHONY: dist-py dist-py-sdist dist-py-local-wheel publish-py publish-js publish
109
110
dist-py: # build python dists
111
- python setup.py sdist bdist_wheel
+ python -m build -w -s
112
113
dist-check: ## run python dist checker with twine
114
python -m twine check dist/*
0 commit comments