django-modeltranslation/Makefile
2023-06-02 15:56:27 +02:00

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