Merge pull request #1441 from JackDanger/jack/fixing-makefile
fixing makefile
This commit is contained in:
commit
ae9d7251ed
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 push origin `python setup.py --version`
|
||||
|
||||
publish:
|
||||
upload_pypi_artifact \
|
||||
publish: upload_pypi_artifact \
|
||||
tag_github_release \
|
||||
push_dockerhub_image
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue