blob: 48d2e30865349305f1ef428442021b02ed01d6a9 [file] [log] [blame]
# first bump up package.json manually, commit and tag
rm superset/assets/dist/*
cd superset/assets/
npm run build
cd ../..
python setup.py sdist
echo "RUN: twine upload dist/superset-{VERSION}.tar.gz"