From f2f663821df9d530c92201f08619d2d78c09c283 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 12 Dec 2024 11:17:33 +0100 Subject: [PATCH] fix: publish with translations --- .github/workflows/pypi-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index e0fd1c6..34096e8 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -18,3 +18,5 @@ jobs: Publish: uses: inveniosoftware/workflows/.github/workflows/pypi-publish.yml@master secrets: inherit + with: + babel-compile-catalog: true