From 26c01516706a4f8f47d0f9ff9b124e5a76d9ca6f Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 2 Mar 2026 14:20:51 -0700 Subject: [PATCH] Fix make dist target referencing missing scripts --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 2e4e031..335a863 100644 --- a/Makefile +++ b/Makefile @@ -82,12 +82,7 @@ servedocs: docs ## compile the docs watching for changes watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D . dist: clean ## builds source and wheel package - python setup.py sdist - - ./make/osx/build_wheels.sh - - ./make/manylinux1/build_wheels.sh - + python setup.py sdist bdist_wheel ls -l dist release: ## package and upload a release