Skip to content

Commit bec2d32

Browse files
committed
打包
1 parent 83553c0 commit bec2d32

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
python -V
4747
python -m pip install --upgrade pip
48-
pip install flake8 pyinstaller==4.10
48+
pip install flake8 pyinstaller>=6.19.0
4949
pip install -r requirements.txt
5050
5151

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
pyQt5==5.15.11
22
ms-toollib==1.5.3
33
setuptools==80.9.0
4-
pyinstaller==6.16.0
54
msgspec>=0.20.0
65
zmq>=0.0.0
76

0 commit comments

Comments
 (0)