some play with renaming

This commit is contained in:
2026-07-16 13:51:51 +03:00
parent ce985e6a7c
commit 7c7b4a86af
11 changed files with 23 additions and 15 deletions
+3 -3
View File
@@ -20,9 +20,9 @@ build() {
npm --prefix "frontend" install --cache "$srcdir/npm-cache"
npm --prefix "frontend" run build
python -m build --wheel --no-isolation ahriman-core
python -m build --wheel --no-isolation ahriman-triggers
python -m build --wheel --no-isolation ahriman-web
python -m build --wheel --no-isolation "ahriman-core"
python -m build --wheel --no-isolation "ahriman-triggers"
python -m build --wheel --no-isolation "ahriman-web"
}
package_ahriman() {