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.
2 parents 724263d + 5c79e2f commit de8b8a1Copy full SHA for de8b8a1
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,14 @@ jobs:
26
fetch-depth: 0
27
persist-credentials: false
28
29
+ - name: Install gettext
30
+ run: |
31
+ sudo apt install gettext
32
+
33
+ - name: Generate translation binaries
34
35
+ scripts/generate-translation-binaries.sh
36
37
- uses: hynek/build-and-inspect-python-package@v2
38
39
# Upload to Test PyPI on every commit on main.
0 commit comments