From f27a55f13fd99378847682a7778d95b45252afa6 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 14 Nov 2019 15:10:54 -0600 Subject: [PATCH] Use Twine for publishing. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca0286984..e84d036b7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,8 @@ aws_managed_policies: scripts/update_managed_policies.py upload_pypi_artifact: - python setup.py sdist bdist_wheel upload + python setup.py sdist bdist_wheel + twine upload dist/* push_dockerhub_image: docker build -t motoserver/moto .