Align package version and verify release metadata
AppImage / build (push) Has been cancelled
AppImage / release (push) Has been cancelled
Tests / unit (de, 3.14) (push) Has been cancelled
Tests / unit (en, 3.10) (push) Has been cancelled
Tests / unit (en, 3.14) (push) Has been cancelled
Tests / unit (de, 3.10) (push) Has been cancelled

This commit is contained in:
Justin
2026-09-05 21:37:29 +02:00
parent 3de4ca48e0
commit fcff22abef
8 changed files with 24 additions and 17 deletions
+2
View File
@@ -24,7 +24,9 @@ jobs:
run: |
python3 - <<'PY'
import os, tomllib
from btd700 import __version__
version = tomllib.load(open('pyproject.toml', 'rb'))['project']['version']
assert __version__ == version, 'Python package version must match pyproject.toml'
assert os.environ['RELEASE_TAG'] == 'v' + version, 'Tag must match pyproject.toml'
PY
- name: Build isolated Ubuntu runtime and source archives