superset/pypi_push.sh

8 lines
108 B
Bash

cd superset/assets/
rm build/*
npm run prod
cd ../..
python setup.py register
python setup.py sdist upload