django-modeltranslation/Makefile
2022-05-27 18:12:46 +03:00

13 lines
184 B
Makefile

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