Skip to content

.github/workflows/pyinstaller.yml #2

.github/workflows/pyinstaller.yml

.github/workflows/pyinstaller.yml #2

Workflow file for this run

on: workflow_dispatch
jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12'
spec: 'make_doc.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'make_doc'