Skip to content

Commit

Permalink
#321 固定打包使用的依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Jun 20, 2024
1 parent a8a72bd commit afdfb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements-prod.txt
pip install -r requirements-dev-ext.txt
pip freeze
- name: Package Exe by PyInstaller
Expand Down

0 comments on commit afdfb00

Please sign in to comment.