Skip to content

Commit 72cbad6

Browse files
committed
Fix import path for translation compilation in build workflow
1 parent 8e92afd commit 72cbad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build wheels
2727
uses: pypa/[email protected]
2828
env:
29-
CIBW_BEFORE_BUILD: pip install guidata babel && python -m plotpy.utils.translations compile --name plotpy --directory .
29+
CIBW_BEFORE_BUILD: pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
3030

3131
- uses: actions/upload-artifact@v4
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Compile translations
4747
run: |
48-
python -m plotpy.utils.translations compile --name plotpy --directory .
48+
python -m guidata.utils.translations compile --name plotpy --directory .
4949
5050
- name: Build sdist
5151
run: pipx run build --sdist

0 commit comments

Comments
 (0)