Skip to content

Commit

Permalink
fix: binary
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi committed Nov 4, 2024
1 parent b98a030 commit fc4615b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: build
run: |
pip install nuitka
uv add --dev nuitka
uv run python -m nuitka --standalone --onefile --follow-imports -o qsv.exe --output-dir=dist --assume-yes-for-downloads src/qsv/__init__.py
- name: verify
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: build
run: |
pip install nuitka
uv add --dev nuitka
uv run python -m nuitka --standalone --onefile --follow-imports -o qsv --output-dir=dist --assume-yes-for-downloads src/qsv/__init__.py
- name: verify
Expand Down

0 comments on commit fc4615b

Please sign in to comment.