Skip to content

Commit b158413

Browse files
committed
Update MakeFile
1 parent 749759d commit b158413

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Makefile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,23 @@
22

33
test:
44
tox
5-
5+
66
translatte:
77
cd ./django_password_validators; django-admin.py makemessages -a
88
cd ./django_password_validators; django-admin.py compilemessages -f
9-
9+
1010
new_version_major:
11-
bumpversion major
12-
11+
bump-my-version major
12+
1313
new_version_minor:
14-
bumpversion minor
15-
14+
bump-my-version minor
15+
1616
new_version_patch:
17-
bumpversion patch
17+
bump-my-version patch
1818

1919
release:
20-
rm -r dist/
21-
python -m build
22-
twine check dist/*
23-
twine upload dist/*
20+
rm -r dist/
21+
python -m build
22+
twine check dist/*
23+
twine upload dist/*
2424
git push --tags
25-

0 commit comments

Comments
 (0)