We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c28b9 commit 26c0151Copy full SHA for 26c0151
1 file changed
Makefile
@@ -82,12 +82,7 @@ servedocs: docs ## compile the docs watching for changes
82
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
83
84
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
+ python setup.py sdist bdist_wheel
91
ls -l dist
92
93
release: ## package and upload a release
0 commit comments