From 56cf105f7d50ba8f8983f2073690ad084c621883 Mon Sep 17 00:00:00 2001 From: foospidy Date: Fri, 2 Feb 2024 08:26:10 -0500 Subject: [PATCH] updated paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19c45ca..af3bd30 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ lint-check: wheel: -rm dist/* - python setup.py bdist_wheel --universal + .env/bin/python setup.py bdist_wheel --universal publish: - twine upload --skip-existing dist/* + .env/bin/twine upload --skip-existing dist/* local-install: -.env/bin/pip3 uninstall honeydb