Small typo in makefile
This commit is contained in:
parent
4c1d0c3f5f
commit
9a036c4fd6
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ tag_github_release:
|
|||||||
git tag `python setup.py --version`
|
git tag `python setup.py --version`
|
||||||
git push origin `python setup.py --version`
|
git push origin `python setup.py --version`
|
||||||
|
|
||||||
publish: upload_pypi_artifact build_dockerhub_image tag_github_release
|
publish: upload_pypi_artifact push_dockerhub_image tag_github_release
|
||||||
|
|
||||||
scaffold:
|
scaffold:
|
||||||
@pip install -r requirements-dev.txt > /dev/null
|
@pip install -r requirements-dev.txt > /dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user