Skip to content

Commit

Permalink
Update python-build-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ymh0000123 committed Feb 11, 2024
1 parent 88a048c commit 0136232
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r "source code/requirements.txt
cd source code
pip install -r requirements.txt
- name: Build Python file
run: |
cd source\ code # 切换到包含XPMSL.py的文件夹
cd source code # 切换到包含XPMSL.py的文件夹
pyinstaller --onefile XPMSL.py
- name: Upload Artifacts
Expand Down

0 comments on commit 0136232

Please sign in to comment.