Updoot
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
steps:
|
- name: PyInstaller Action
|
||||||
- uses: actions/checkout@v4
|
uses: Martin005/pyinstaller-action@v1.2.0
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
jobs:
|
||||||
python-version: '3.13'
|
pyinstaller-build:
|
||||||
- run: python my_script.py
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Create Executable
|
||||||
|
uses: sayyid5416/pyinstaller@v1
|
||||||
|
with:
|
||||||
|
python_ver: '3.6'
|
||||||
|
spec: 'src/build.spec'
|
||||||
|
requirements: 'src/requirements.txt'
|
||||||
|
upload_exe_with_name: 'My executable'
|
||||||
|
options: --onefile, --name "My App", --windowed,
|
||||||
Reference in New Issue
Block a user