We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f51d8 commit 57f8113Copy full SHA for 57f8113
.github/workflows/package-publish.yml
@@ -25,8 +25,8 @@ jobs:
25
pip install build babel
26
- name: Generate mo files
27
run: |
28
- pybabel compile -D hhd -d ./i18n
29
- pybabel compile -D adjustor -d ./i18n
+ pybabel compile -D hhd -d ./i18n || true
+ pybabel compile -D adjustor -d ./i18n || true
30
/bin/cp -rf ./i18n/* ./src/hhd/i18n
31
- name: Build package
32
run: python -m build -s
0 commit comments