Skip to content

Commit 4afae8b

Browse files
committed
build: 修改 cibuildwheel 版本引用
1 parent 5374d38 commit 4afae8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
platforms: arm64
3434

3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2 # 使用主版本引用
36+
uses: pypa/cibuildwheel@v2.23.2
3737
env:
3838
# --- 其他 cibuildwheel 配置 ---
3939
CIBW_ARCHS_MACOS: x86_64 arm64

0 commit comments

Comments
 (0)