mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-03-17 22:30:27 +00:00
13 lines
184 B
Makefile
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
|