From 223452fc05da77debd80ba69ffc025c4e04e18c9 Mon Sep 17 00:00:00 2001 From: koushik-kiran-kumar Date: Tue, 25 Jun 2024 17:30:36 +0530 Subject: [PATCH] fix: requirements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 764abdb..44d660b 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ docs: cd docs/ && make html release: - python setup.py sdist bdist_wheel upload -r swimlane + python3 setup.py sdist bdist_wheel upload -r swimlane build-offline-installer: python3 offline_installer/build_installer.py