Skip to content

Commit e0675d8

Browse files
authored
Update release.yml
1 parent 8b3cc10 commit e0675d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install pyinstaller
2928
pip install -r requirements.txt
3029
3130
- name: Package the py file as exe
3231
run: |
32+
pip install pyinstaller
33+
pip uninstall typing
3334
pyinstaller -F motd.py
3435
pyinstaller -F send.py
3536
pyinstaller -F scan.py

0 commit comments

Comments
 (0)