We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3177f24 commit 553d1d2Copy full SHA for 553d1d2
.github/workflows/packaging.yml
@@ -91,7 +91,7 @@ jobs:
91
run: uv sync --no-dev --frozen
92
- name: Run pyinstaller
93
run: |
94
- uv run --no-sync --with pyinstaller==6.11.0 pyinstaller --clean --distpath ../win64_dist -y windows.spec
+ uv run --no-sync --with pyinstaller==6.11.0 pyinstaller --clean --distpath win64_dist -y windows.spec
95
- uses: actions/upload-artifact@v4
96
with:
97
name: windows-artifact
0 commit comments