django-modeltranslation/Makefile
2021-04-15 19:38:55 +03:00

12 lines
148 B
Makefile

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