django-modeltranslation/Makefile
2023-06-02 09:29:20 +03:00

13 lines
184 B
Makefile

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