ci: add CCMA release builds

This commit is contained in:
Marcel Peterkau
2026-06-23 20:19:53 +02:00
parent 302170230a
commit 0e3087a780
16 changed files with 842 additions and 24 deletions
+1
View File
@@ -53,6 +53,7 @@ pythonpath = ["src"]
[tool.ruff]
line-length = 110
target-version = "py311"
extend-exclude = ["ci-templates"]
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]