mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-11 23:03:09 +00:00
10 lines
144 B
Makefile
10 lines
144 B
Makefile
release:
|
|
standard-version
|
|
|
|
publish: clean
|
|
git push --follow-tags
|
|
python setup.py sdist bdist_wheel
|
|
twine upload dist/*
|
|
|
|
clean:
|
|
rm -rf dist
|