Skip to content

Commit 2046315

Browse files
authored
Update release.yml
1 parent e0675d8 commit 2046315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
3030
- name: Package the py file as exe
3131
run: |
32-
pip install pyinstaller
33-
pip uninstall typing
32+
pip uninstall -y typing
3433
pyinstaller -F motd.py
3534
pyinstaller -F send.py
3635
pyinstaller -F scan.py

0 commit comments

Comments
 (0)