mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-16 22:10:31 +00:00
13 lines
172 B
Makefile
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
|