From fc2b2f4a75be1c65fc5a5477e9f5e4c9ca0cb825 Mon Sep 17 00:00:00 2001 From: Ryan Wolbeck Date: Tue, 13 Feb 2024 20:14:31 -0600 Subject: [PATCH] fix tabs over spaces --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c636a58..56d2a1b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ package: poetry build publish: package - source .env && poetry config pypi-token.pypi $$PYPI_TOKEN && poetry publish + source .env && poetry config pypi-token.pypi $$PYPI_TOKEN && poetry publish lint: poetry run pre-commit run --hook-stage manual --all-files