Added translation compilation to wheel

This commit is contained in:
2026-08-13 11:54:10 +01:00
parent c585d5c142
commit 4ff4e83e05
+2
View File
@@ -20,6 +20,8 @@ jobs:
enable-cache: true
cache-dependency-glob: |
pyproject.toml
- name: Compile translations
run: uv run pybabel compile -d invenio_theme_iform/translations/
- name: Build package
run: uv build
- name: Publish to PyPI