Fix make dist target referencing missing scripts
parent
a6c28b9183
commit
26c0151670
7
Makefile
7
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 .
|
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
|
||||||
|
|
||||||
dist: clean ## builds source and wheel package
|
dist: clean ## builds source and wheel package
|
||||||
python setup.py sdist
|
python setup.py sdist bdist_wheel
|
||||||
|
|
||||||
./make/osx/build_wheels.sh
|
|
||||||
|
|
||||||
./make/manylinux1/build_wheels.sh
|
|
||||||
|
|
||||||
ls -l dist
|
ls -l dist
|
||||||
|
|
||||||
release: ## package and upload a release
|
release: ## package and upload a release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue