From 65ee15e575b45669c488ae6476263a97d4e36904 Mon Sep 17 00:00:00 2001 From: Will G Date: Mon, 27 Nov 2023 16:56:26 -0500 Subject: [PATCH] Update workflow for binary build --- .github/workflows/staging_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging_push.yml b/.github/workflows/staging_push.yml index d7b0f06..3e837de 100644 --- a/.github/workflows/staging_push.yml +++ b/.github/workflows/staging_push.yml @@ -39,7 +39,7 @@ jobs: - name: Build and Publish Executable uses: sayyid5416/pyinstaller@v1 with: - python_ver: '3.8' # Adjust the Python version as needed + python_ver: '3.9' # Adjust the Python version as needed spec: 'app.py' # Adjust the path to your .spec or .py file requirements: 'requirements.txt' # Adjust the path to your requirements.txt file upload_exe_with_name: 'RBSAgent' # Adjust the desired artifact name