1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Add command line executables to CI/pipelines (#487)

This commit is contained in:
darodi
2023-03-02 21:07:45 +01:00
committed by GitHub
parent f83106f35b
commit 896c05a72f
5 changed files with 185 additions and 2 deletions

View File

@@ -31,10 +31,13 @@ jobs:
with:
python-version: 3.11
cache: 'pip'
- name: Install python dependencies
- name: Install dependencies
env:
PYINSTALLER_COMPILE_BOOTLOADER: 1
run: |
python -m pip install --upgrade pip setuptools wheel pyinstaller
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install certifi pyinstaller --no-binary pyinstaller
- name: build binary
run: |
python setup.py build_binary