django-modeltranslation/Makefile
2023-09-13 13:52:38 +03:00

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