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 e7570a4 commit ed9ba53Copy full SHA for ed9ba53
.github/workflows/build_deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build wheels
27
uses: pypa/cibuildwheel@v2.21.2
28
env:
29
- CIBW_SKIP: "*-win32 cp39-manylinux_i686"
+ CIBW_SKIP: "*-win32 *-manylinux_i686"
30
CIBW_BEFORE_BUILD: pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
31
32
- uses: actions/upload-artifact@v4
0 commit comments