1
0
mirror of https://github.com/ciromattia/kcc synced 2026-04-25 10:28:58 +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

@@ -38,7 +38,7 @@ jobs:
cache: 'pip'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pyinstaller certifi
python -m pip install --upgrade pip pyinstaller certifi
pip install -r requirements.txt
- name: Install the Apple certificate and provisioning profile
# TODO signing