Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsmith999 authored Apr 26, 2024
1 parent 3ed93d4 commit a2bb34e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2bb34e

Please sign in to comment.