django-fobi/scripts/make_release.sh

4 lines
84 B
Bash
Raw Normal View History

#cd ..
python setup.py register
python setup.py sdist bdist_wheel upload
#cd scripts