Skip to content

Commit ee78154

Browse files
committed
Update workflows
1 parent eeb9836 commit ee78154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
MACOSX_DEPLOYMENT_TARGET: '10.12'
3939
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.8'
40-
CIBW_SKIP: pp*
40+
CIBW_SKIP: 'pp* *-win32 *-manylinux_i686'
4141
CIBW_BEFORE_ALL_LINUX: 'mkdir -p /project/src/Anime4KCPP && yum install -y ocl-icd ocl-icd-devel && git clone https://github.com/TianZerL/Anime4KCPP.git /project/src/Anime4KCPP'
4242
CIBW_BUILD_VERBOSITY: '1'
4343
with:

0 commit comments

Comments
 (0)