django-fobi/scripts/make_release.sh

4 lines
80 B
Bash
Raw Normal View History

2022-06-23 22:45:06 +00:00
#python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/*