Skip to content

Commit

Permalink
poggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 14, 2024
1 parent 5e6590b commit 51c3cc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'
- name: Install dependencies
run: uv pip compile pyproject.toml > requirements.txt && uv pip install --system -r requirements.txt
- name: Build Executable with Nuitka
uses: Nuitka/Nuitka-Action@main
with:
nuitka-version: main
script-name: napytau/main.py
enable-plugins: 'tk-inter'
- name: Determine Build Artifact
id: artifact-path
run: |
Expand Down
2 changes: 2 additions & 0 deletions napytau/util/coalesce.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing import Optional


Expand Down

0 comments on commit 51c3cc2

Please sign in to comment.