From 7081a6370da250ff5a225a1c496879b29e758873 Mon Sep 17 00:00:00 2001 From: ToasterDEV <5206262+ToasterDEV@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:52:56 -0600 Subject: [PATCH] Make executable on push using a single Workflow with TKinter --- .github/workflows/python-package-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 63258b8..880845d 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -52,6 +52,7 @@ jobs: script-name: main onefile: true standalone: true + enable-plugins: tk-inter - name: Upload Artifacts uses: actions/upload-artifact@v3