fixing makefile
This commit is contained in:
parent
272b4802c3
commit
402aa35459
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -36,8 +36,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:
|
publish: upload_pypi_artifact \
|
||||||
upload_pypi_artifact \
|
|
||||||
tag_github_release \
|
tag_github_release \
|
||||||
push_dockerhub_image
|
push_dockerhub_image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue