Skip to content

Commit db0b545

Browse files
committed
Fix toml and release action
1 parent 0c8b04b commit db0b545

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0 # wichtig: Tags & History für setuptools-scm
21+
1922

2023
- name: Set up Python
2124
uses: actions/setup-python@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "FlameTrack"
77
description = "Python tool for image dewarping and flame front tracking in experimental fire research."
88
readme = "README.md"
9+
dynamic = ["version"]
910
license = { file = "LICENSE" }
1011
keywords = ["fire dynamics", "flame tracking", "image analysis", "computer vision"]
1112
authors = [

0 commit comments

Comments
 (0)