Skip to content

Commit 53b7239

Browse files
authored
use build for disting
1 parent 99de66c commit 53b7239

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
@@ -108,7 +108,7 @@ major: ## bump a major version
108108
.PHONY: dist-py dist-py-sdist dist-py-local-wheel publish-py publish-js publish
109109

110110
dist-py: # build python dists
111-
python setup.py sdist bdist_wheel
111+
python -m build -w -s
112112

113113
dist-check: ## run python dist checker with twine
114114
python -m twine check dist/*

0 commit comments

Comments
 (0)