From 53b72396e43d93c3f71c2366c3f3f17b0be8b279 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:11:39 -0500 Subject: [PATCH] use build for disting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0c7bf7..0842eb9 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ major: ## bump a major version .PHONY: dist-py dist-py-sdist dist-py-local-wheel publish-py publish-js publish dist-py: # build python dists - python setup.py sdist bdist_wheel + python -m build -w -s dist-check: ## run python dist checker with twine python -m twine check dist/*