Skip to content

Commit 1895429

Browse files
committed
Minor change in makefile
1 parent 8adc5ef commit 1895429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ help:
3333
@echo " quality -- to launch Flake8 checking and every tests suites"
3434
@echo
3535
@echo " check-release -- to check package release before uploading it to PyPi"
36-
@echo " release -- to release package for latest version on PyPi (once release has been pushed to repository)"
36+
@echo " publish -- to release package for latest version on PyPi (once release has been pushed to repository)"
3737
@echo
3838

3939
clean-pycache:
@@ -153,12 +153,12 @@ build:
153153
$(VENV_PATH)/bin/python setup.py sdist
154154
.PHONY: build
155155

156-
release:
156+
publish:
157157
@echo ""
158158
@echo "==== Release ===="
159159
@echo ""
160160
$(TWINE) upload dist/*
161-
.PHONY: release
161+
.PHONY: publish
162162

163163
check-release:
164164
@echo ""

0 commit comments

Comments
 (0)