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 724263d commit 1354f23Copy full SHA for 1354f23
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,10 @@ jobs:
26
fetch-depth: 0
27
persist-credentials: false
28
29
+ - name: Generate translation binaries
30
+ run: |
31
+ scripts/generate-translation-binaries.sh
32
+
33
- uses: hynek/build-and-inspect-python-package@v2
34
35
# Upload to Test PyPI on every commit on main.
0 commit comments