Skip to content

Commit

Permalink
feat: udpate Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LKI committed Mar 24, 2022
1 parent 757ee2a commit 7d66a52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
install:
pipenv sync --dev

.PHONY: fix
fix:
.PHONY: fmt
fmt:
PYTHONPATH=$$(pwd) python chinese_calendar/scripts/__init__.py
isort .
black -l 120 .
Expand All @@ -24,7 +24,7 @@ pytest:
release:
rm -rf dist
python setup.py release
twine upload dist/*
twine upload -r pypi dist/*
sed -i 's/chinesecalendar/chinese_calendar/g' setup.py
python setup.py release
twine upload dist/*
twine upload -r pypi dist/*

0 comments on commit 7d66a52

Please sign in to comment.