Skip to content

Commit 0c08190

Browse files
committed
build(wheel): 跳过 pypy 构建
- 在 cibuildwheel 配置中添加 CIBW_SKIP: "pp*" 环境变量 - 这将跳过所有 pypy 版本的构建,减少不必要的构建时间
1 parent 4afae8b commit 0c08190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: pypa/cibuildwheel@v2.23.2
3737
env:
3838
# --- 其他 cibuildwheel 配置 ---
39+
CIBW_SKIP: "pp*"
3940
CIBW_ARCHS_MACOS: x86_64 arm64
4041
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
4142
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014

0 commit comments

Comments
 (0)