We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62be25 commit 98580dfCopy full SHA for 98580df
.github/workflows/release.yaml
@@ -61,7 +61,7 @@ jobs:
61
with:
62
python-version: '3.9'
63
cache: 'pip'
64
- run: |
+ - run: |
65
pip3 install PyInstaller
66
pip3 install requests
67
- name: build
0 commit comments