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 8fa92a4 commit 36c6d04Copy full SHA for 36c6d04
.github/workflows/build_and_publish.yml
@@ -59,6 +59,9 @@ jobs:
59
- name: Build binary
60
id: pyinstaller
61
run: |
62
+ python3 -m venv venv
63
+ source venv/bin/activate
64
+ pip install -r requirements.txt
65
pip install pyinstaller
66
pyinstaller --clean --noconfirm --log-level=WARN --distpath=dist --workpath=build cloud2sql.spec
67
if [ "${{ github.ref_type }}" = tag ]; then
0 commit comments