Add Gitea container workflow and modernize build process with uv
Build and Push Podman Container / build-and-push (push) Canceled after 0s

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
2026-08-14 20:40:19 +02:00
co-authored by Junie
parent a46332245f
commit f3b9fa133a
7 changed files with 529 additions and 56 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "isotopetable"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bokeh>=3.9.0",
"django>=6.0.5",
]