From a2bb34e066baa169fa750e738066298827ae1262 Mon Sep 17 00:00:00 2001 From: Ed Smith Date: Fri, 26 Apr 2024 15:43:11 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d65a58..a4350a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,20 +33,6 @@ jobs: with: password: ${{ secrets.PYPI_API_TOKEN }} - build-Windows-exe_alt: - - runs-on: windows-latest - steps: - - name: Create Executable - uses: sayyid5416/pyinstaller@v1 - with: - python_ver: '3.7' - pyinstaller_ver: '==5.13.2' - spec: 'pyDataView.spec' - requirements: 'requirements.txt' - upload_exe_with_name: 'pyDataView' - options: --onefile, --name "pyDataView", --windowed, - build-Windows-exe: runs-on: ubuntu-20.04