Skip to content

Commit e57a4c5

Browse files
ci: skip i686
1 parent d2419cd commit e57a4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- '*'
77
env:
8-
CIBW_SKIP: pp* *-musllinux_aarch64
8+
CIBW_SKIP: pp* *-musllinux_aarch64 *i686*
99

1010
jobs:
1111
build_wheels:

0 commit comments

Comments
 (0)