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:
21
21
- name : Install build dependencies (for prebuild)
22
22
run : |
23
23
pip install --upgrade pip
24
- pip install guidata babel
24
+ pip install babel
25
25
26
26
- name : Build wheels
27
27
uses : pypa/cibuildwheel@v2.21.2
28
28
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
31
30
32
31
- uses : actions/upload-artifact@v4
33
32
with :
@@ -42,11 +41,11 @@ jobs:
42
41
43
42
- name : Install build dependencies
44
43
run : |
45
- pip install guidata babel
44
+ pip install babel
46
45
47
- - name : Compile translations
46
+ - name : Compile translations using Babel
48
47
run : |
49
- python -m guidata.utils.translations compile --name plotpy --directory .
48
+ pybabel compile -d plotpy/locale -D plotpy
50
49
51
50
- name : Build sdist
52
51
run : pipx run build --sdist
You can’t perform that action at this time.
0 commit comments