From 223cf3d2d1fa8052cdf4e1e37ef4e7a7debbd409 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 1 Mar 2025 15:53:23 +0000 Subject: [PATCH] build and publish wheels --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5362b3..4226fb8 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,5 @@ test: tox pypi: - python setup.py sdist + python -m build python -m twine upload dist/*