django-modeltranslation/Makefile

10 lines
144 B
Makefile

release:
standard-version
publish: clean
python setup.py sdist bdist_wheel
twine upload dist/*
git push --follow-tags
clean:
rm -rf dist