Fixing pypi_push.sh
This commit is contained in:
parent
2f27353015
commit
2b7673ad5d
|
|
@ -1,8 +1,7 @@
|
|||
# first bump up package.json manually, commit and tag
|
||||
rm superset/assets/dist/*
|
||||
cd superset/assets/
|
||||
rm build/*
|
||||
npm run prod
|
||||
npm run build
|
||||
cd ../..
|
||||
python setup.py sdist upload
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue