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 8e92afd commit 72cbad6Copy full SHA for 72cbad6
.github/workflows/build_deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build wheels
27
uses: pypa/[email protected]
28
env:
29
- CIBW_BEFORE_BUILD: pip install guidata babel && python -m plotpy.utils.translations compile --name plotpy --directory .
+ CIBW_BEFORE_BUILD: pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
30
31
- uses: actions/upload-artifact@v4
32
with:
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Compile translations
47
run: |
48
- python -m plotpy.utils.translations compile --name plotpy --directory .
+ python -m guidata.utils.translations compile --name plotpy --directory .
49
50
- name: Build sdist
51
run: pipx run build --sdist
0 commit comments