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 ef04c93 commit a8b5d1fCopy full SHA for a8b5d1f
dev-bin/release.sh
@@ -67,5 +67,5 @@ hub release create -m "$message" "$tag"
67
git push --tags
68
69
rm -fr dist
70
-python setup.py sdist bdist_wheel
+python setup.py build_html sdist bdist_wheel
71
twine upload dist/*
setup.cfg
@@ -1,6 +1,5 @@
1
[aliases]
2
build_html = build_sphinx -b html --build-dir docs
3
-sdist = build_html sdist
4
5
[flake8]
6
# black uses 88 : ¯\_(ツ)_/¯
0 commit comments