Skip to content

Commit 32e53f5

Browse files
committed
fix: skip unsupported arch
1 parent 512974b commit 32e53f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Build wheels
129129
env:
130130
CIBW_BUILD: "*"
131-
CIBW_SKIP: "pp* cp27*"
131+
CIBW_SKIP: "pp* cp27* cp3?*-i686* cp3?*-aarch64*" # the shared libs are x86_64 only
132132
CIBW_ENVIRONMENT: "LD_LIBRARY_PATH=$PWD/lib/mupdf"
133133
# macOS: Do NOT use CIBW_ENVIRONMENT.
134134
# Instead, override the repair command to inject the path explicitly.

0 commit comments

Comments
 (0)