Skip to content

Commit 28d6df2

Browse files
authored
Skip pp*win* build
Workaround for pypa/cibuildwheel#817
1 parent cd436f4 commit 28d6df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: pypa/[email protected]
2929
env:
3030
# Skip build errors
31-
CIBW_SKIP: "cp310-macosx_x86_64 pp*-macosx_x86_64 pp*-win32"
31+
CIBW_SKIP: "cp310-macosx_x86_64 pp*-macosx_x86_64 pp*-win*"
3232

3333
- uses: actions/upload-artifact@v2
3434
with:

0 commit comments

Comments
 (0)