django-modeltranslation/Makefile

14 lines
184 B
Makefile
Raw Permalink Normal View History

2021-04-15 06:09:24 +00:00
release:
standard-version
publish: clean
2022-05-27 15:12:46 +00:00
python setup.py sdist bdist_wheel
2021-04-15 06:09:24 +00:00
twine upload dist/*
git push --follow-tags
2021-04-15 06:09:24 +00:00
clean:
rm -rf dist
2021-04-15 16:38:50 +00:00
test:
poetry run python ./runtests.py