django-modeltranslation/Makefile
2021-06-08 09:45:28 +03:00

13 lines
172 B
Makefile

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