django-modeltranslation/Makefile

14 lines
172 B
Makefile
Raw Normal View History

2021-04-15 06:09:24 +00:00
release:
standard-version
publish: clean
python setup.py sdist
twine upload dist/*
git push --follow-tags
2021-04-15 06:09:24 +00:00
clean:
rm -rf dist
2021-04-15 16:38:50 +00:00
test:
poetry run python ./runtests.py