Merge pull request #1441 from JackDanger/jack/fixing-makefile

fixing makefile
This commit is contained in:
Jack Danger 2018-01-20 19:35:25 -08:00 committed by GitHub
commit ae9d7251ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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