From 18ba851b7e7c6200fbf70ceedc6f01a2845bfed4 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 23 May 2026 22:23:29 +0900 Subject: [PATCH] chore: drop unused code --- scripts/release.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index da90073..f48da6a 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -28,7 +28,6 @@ env["PYAPP_PROJECT_NAME"] = appname env["PYAPP_EXEC_SPEC"] = entrypoint env["PYAPP_PROJECT_PATH"] = wheel env["PYAPP_PASS_LOCATION"] = "true" -# env["PYAPP_PYTHON_VERSION"] = "3.13" # NOTE: explicitly install all dependencies into distribution env["PYAPP_SKIP_INSTALL"] = "true"