Skip to content

Commit a8b5d1f

Browse files
committed
Call build_html separately from sdist
1 parent ef04c93 commit a8b5d1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ hub release create -m "$message" "$tag"
6767
git push --tags
6868

6969
rm -fr dist
70-
python setup.py sdist bdist_wheel
70+
python setup.py build_html sdist bdist_wheel
7171
twine upload dist/*

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[aliases]
22
build_html = build_sphinx -b html --build-dir docs
3-
sdist = build_html sdist
43

54
[flake8]
65
# black uses 88 : ¯\_(ツ)_/¯

0 commit comments

Comments
 (0)