Skip to content

Commit 8d08ceb

Browse files
committed
also skip cp311-win_amd64
1 parent 9d53792 commit 8d08ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: "Build wheels"
2323
uses: "pypa/cibuildwheel@v2.12.0"
2424
env:
25-
CIBW_SKIP: "pp* cp311-win32" # FIXME
25+
CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # FIXME
2626
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
2727
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
2828
CIBW_TEST_REQUIRES: "pytest"

0 commit comments

Comments
 (0)