From 402aa354593c99df4124c058e1e933def00a497a Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Sat, 20 Jan 2018 19:35:02 -0800 Subject: [PATCH] fixing makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b90c0ec2..98840ba9b 100644 --- a/Makefile +++ b/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