Skip to content

Commit

Permalink
just an idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 14, 2024
1 parent f3138c5 commit ba35ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: '3.12'
- name: Install dependencies
run: uv sync --all-extras --dev
run: uv pip compile > requirements.txt && uv pip install -r requirements.txt
- name: Build Executable with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
Expand Down

0 comments on commit ba35ab6

Please sign in to comment.