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