Skip to content

Commit ad4d04b

Browse files
committed
Update deploy script
1 parent 8902152 commit ad4d04b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@
33
set -e
44
set -x
55

6-
if [[ $(jq '.version' package.json) =~ "dev" ]];
7-
then
8-
echo "dev build"
9-
exit 1
10-
fi
11-
126
git clean -dfx
137
npm install
148
npm publish --access public # token is configured in ~/.npmrc; requires OTP
159

1610
git clean -dfx
17-
python setup.py build_js sdist
11+
python setup.py sdist
1812
twine upload -u __token__ -p $(cat ~/.tokens/pypi_jupyter_bokeh) dist/jupyter_bokeh-*.tar.gz
1913

2014
git clean -dfx

0 commit comments

Comments
 (0)