|
@@ -35,12 +35,13 @@ jobs:
|
|
|
- name: Install Dependencies
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip wheel setuptools
|
|
|
- pip install -r requirements.txt
|
|
|
+ pip install -r requirements-win.txt
|
|
|
python -m pip install pyinstaller
|
|
|
|
|
|
- name: Build Package
|
|
|
run: |
|
|
|
python -m PyInstaller -F -c -i favicon.ico --name repo_sync main.py
|
|
|
+ python -m PyInstaller -F -c -i favicon.ico --name repo_sync_gui main_gui.py
|
|
|
|
|
|
- name: Update to ali oss
|
|
|
uses: yizhoumo/setup-ossutil@v1
|