From 601b958867d6d9c15f1f9b5236a6f5ab5b5a6e33 Mon Sep 17 00:00:00 2001 From: Stoupy51 Date: Mon, 25 Nov 2024 10:45:03 +0100 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=9A=80=20Corrected=20GitHub=20up?= =?UTF-8?q?load=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continuous_delivery/github_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_delivery/github_config.py b/continuous_delivery/github_config.py index 7e77ae2..e7129a7 100644 --- a/continuous_delivery/github_config.py +++ b/continuous_delivery/github_config.py @@ -4,7 +4,7 @@ # Configuration github_config: dict = { - "project_name": PROJECT_NAME, + "project_name": "PythonDatapackTemplate", "version": VERSION, "build_folder": BUILD_FOLDER, }