File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ jobs:
2121 - name : Install build dependencies (for prebuild)
2222 run : |
2323 pip install --upgrade pip
24- pip install guidata babel
24+ pip install babel
2525
2626 - name : Build wheels
27272828 env :
29- CIBW_SKIP : " *-win32 *-manylinux_i686"
30- CIBW_BEFORE_BUILD : pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
29+ CIBW_BEFORE_BUILD : pip install guidata babel && pybabel compile -d plotpy/locale -D plotpy
3130
3231 - uses : actions/upload-artifact@v4
3332 with :
@@ -42,11 +41,11 @@ jobs:
4241
4342 - name : Install build dependencies
4443 run : |
45- pip install guidata babel
44+ pip install babel
4645
47- - name : Compile translations
46+ - name : Compile translations using Babel
4847 run : |
49- python -m guidata.utils.translations compile --name plotpy --directory .
48+ pybabel compile -d plotpy/locale -D plotpy
5049
5150 - name : Build sdist
5251 run : pipx run build --sdist
You can’t perform that action at this time.
0 commit comments