1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-04 06:42:09 +00:00

remove setuptools and wheel (#1265)

This commit is contained in:
Alex Xu
2026-03-10 13:37:59 -07:00
committed by GitHub
parent 1dead9af8f
commit b4d72cd581
6 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ jobs:
env:
PYINSTALLER_COMPILE_BOOTLOADER: 1
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install certifi pyinstaller --no-binary pyinstaller
- name: build binary