We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87caf commit 7039354Copy full SHA for 7039354
Makefile
@@ -75,7 +75,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
75
servedocs: docs ## compile the docs watching for changes
76
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
77
78
-release: clean ## package and upload a release
+release: dist ## package and upload a release
79
twine upload dist/*
80
81
dist: clean ## builds source and wheel package
0 commit comments