Fix make dist target referencing missing scripts

pull/64/head
Chris Conlon 2026-03-02 14:20:51 -07:00
parent a6c28b9183
commit 26c0151670
1 changed files with 1 additions and 6 deletions

View File

@ -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