We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb9836 commit ee78154Copy full SHA for ee78154
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
MACOSX_DEPLOYMENT_TARGET: '10.12'
39
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.8'
40
- CIBW_SKIP: pp*
+ CIBW_SKIP: 'pp* *-win32 *-manylinux_i686'
41
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'
42
CIBW_BUILD_VERBOSITY: '1'
43
with:
0 commit comments