File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
3939clean-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
163163check-release :
164164 @echo " "
You can’t perform that action at this time.
0 commit comments