Skip to content

create GitHub action #13

create GitHub action

create GitHub action #13

Workflow file for this run

name: PyInstaller Action
on:
# workflow_dispatch:
push:
jobs:
pyinstaller-build:
#runs-on: ubuntu-latest
runs-on: windows-latest
env:
PIP_USE_PEP517: 1
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.11'
spec: 'JParty.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'JParty_windows'