We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34f37f commit a3b9701Copy full SHA for a3b9701
.github/workflows/release.yaml
@@ -60,7 +60,6 @@ jobs:
60
run: |
61
brew install pipx
62
pipx install PyInstaller
63
- pipx install requests
64
- name: build
65
run: python3 -m PyInstaller jsn.py -y --onefile -i NONE --distpath build/dist/ --workpath build/work/
66
- name: zip
0 commit comments