Skip to content

Commit ed9ba53

Browse files
committed
Fix CIBW_SKIP environment variable to correctly exclude specific win32 builds
1 parent e7570a4 commit ed9ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build wheels
2727
uses: pypa/cibuildwheel@v2.21.2
2828
env:
29-
CIBW_SKIP: "*-win32 cp39-manylinux_i686"
29+
CIBW_SKIP: "*-win32 *-manylinux_i686"
3030
CIBW_BEFORE_BUILD: pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
3131

3232
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)