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 99de66c commit 53b7239Copy full SHA for 53b7239
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