We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da27103 commit ef225edCopy full SHA for ef225ed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install requirements
24
run: pip install -r requirements.txt
25
- name: Run PyInstaller
26
- run: pyinstaller --noconsole --onefile --name=${{ env.EXECUTABLE_NAME }} ${{ env.PROGRAM_ENTRYPOINT }}
+ run: pip install pyinstaller; pyinstaller --noconsole --onefile --name=${{ env.EXECUTABLE_NAME }} ${{ env.PROGRAM_ENTRYPOINT }}
27
#- uses: actions/upload-artifact@v2
28
# with:
29
# name: Windows_qwiklabs
0 commit comments