Skip to content

Commit

Permalink
Merge pull request #2 from sumeshi/feature/uv
Browse files Browse the repository at this point in the history
fix: binary
  • Loading branch information
sumeshi authored Nov 4, 2024
2 parents 598dc6b + fc4615b commit e873cbe
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 e873cbe

Please sign in to comment.