Skip to content

Update python 3.12 build to RC3 #5

Update python 3.12 build to RC3

Update python 3.12 build to RC3 #5

name: Linux Build Python 3.12
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12.0-beta.4'
- name: PyInstaller Linux
uses: aliencaocao/pyinstaller_action@main
with:
python_ver: '3.12.0-beta.4'
spec: 'yt-dlp-gui-linux.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'yt-dlp-gui'