Skip to content

Commit de8b8a1

Browse files
authored
Generate translation binaries during release (#232)
2 parents 724263d + 5c79e2f commit de8b8a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828

29+
- name: Install gettext
30+
run: |
31+
sudo apt install gettext
32+
33+
- name: Generate translation binaries
34+
run: |
35+
scripts/generate-translation-binaries.sh
36+
2937
- uses: hynek/build-and-inspect-python-package@v2
3038

3139
# Upload to Test PyPI on every commit on main.

0 commit comments

Comments
 (0)