Skip to content

Commit 26c0151

Browse files
committed
Fix make dist target referencing missing scripts
1 parent a6c28b9 commit 26c0151

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@ servedocs: docs ## compile the docs watching for changes
8282
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
8383

8484
dist: clean ## builds source and wheel package
85-
python setup.py sdist
86-
87-
./make/osx/build_wheels.sh
88-
89-
./make/manylinux1/build_wheels.sh
90-
85+
python setup.py sdist bdist_wheel
9186
ls -l dist
9287

9388
release: ## package and upload a release

0 commit comments

Comments
 (0)