From 58aa9f77c99de8fbf5c8e9bc831fe0851f0bbbe7 Mon Sep 17 00:00:00 2001 From: Hector Dominguez Date: Wed, 29 May 2019 10:16:02 -0400 Subject: [PATCH] fix indentation issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e0b69c4..cd94ab41 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ dist: clean ## builds source and wheel package .PHONY: test-publish test-publish: dist ## package and upload a release on TestPyPI - twine upload --repository-url https://test.pypi.org/legacy/ dist/* + twine upload --repository-url https://test.pypi.org/legacy/ dist/* .PHONY: publish publish: dist ## package and upload a release