Skip to content

Commit 9a57e70

Browse files
committed
Fix build workflow: ensure CIBW_SKIP is set to exclude win32 builds
1 parent 9325a34 commit 9a57e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Build wheels
2626
uses: pypa/[email protected]
2727
env:
28+
CIBW_SKIP: "*-win32"
2829
CIBW_BEFORE_BUILD: pip install guidata babel && python -m guidata.utils.translations compile --name plotpy --directory .
2930

3031
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)