|
@@ -34,13 +34,16 @@ jobs:
|
|
|
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
+
|
|
|
python -m pip install --upgrade pip wheel setuptools
|
|
|
pip install -r requirements.txt
|
|
|
python -m pip install pyinstaller
|
|
|
|
|
|
- name: Build Package
|
|
|
run: |
|
|
|
- python -m PyInstaller -F -c -i favicon.ico --name set_github_secret main.py
|
|
|
+ python -m PyInstaller -F -c -i favicon.ico --name set_github_secret --hidden-import=_cffi_backend main.py
|
|
|
+
|
|
|
+ # python -m PyInstaller main.spec
|
|
|
|
|
|
- name: Update to ali oss
|
|
|
uses: yizhoumo/setup-ossutil@v1
|