Skip to content

Commit 7682bf2

Browse files
authored
macで意図せずpypyのビルドが始まってしまったのでスキップ (#477)
## Changes macで意図せずpypyのビルドが始まってしまったのでスキップ
2 parents a2f26eb + dbef0dd commit 7682bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_upload.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- name: Build wheels on macos x86_64
217217
uses: pypa/cibuildwheel@v2.22.0
218218
env:
219-
CIBW_SKIP: "cp313-*"
219+
CIBW_SKIP: "cp313-* pp*"
220220
CIBW_PLATFORM: macos
221221
CIBW_ARCHS: x86_64
222222
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"
@@ -248,7 +248,7 @@ jobs:
248248
- name: Build wheels on macos arm64
249249
uses: pypa/cibuildwheel@v2.22.0
250250
env:
251-
CIBW_SKIP: "cp313-*"
251+
CIBW_SKIP: "cp313-* pp*"
252252
CIBW_PLATFORM: macos
253253
CIBW_ARCHS: arm64
254254
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8,<3.13"

0 commit comments

Comments
 (0)