Skip to content

Commit 72478d4

Browse files
committed
update build script
1 parent 8cbc109 commit 72478d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: build.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
if [ -d env ]; then
4+
. env/bin/activate
5+
fi
6+
37
rm -rfv build/* dist/* docs/* docsrc/source/* \
48
&& make -C docsrc apidoc html \
59
&& python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)