Skip to content

Commit 0761d87

Browse files
authored
Update build_and_upload.yml
1 parent 84e9a76 commit 0761d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_upload.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
submodules: true
2222
- name: "Build wheels"
23-
uses: "pypa/cibuildwheel@v2.12.0"
23+
uses: "pypa/cibuildwheel@v2.16.2"
2424
env:
25-
CIBW_SKIP: "pp* cp311-win32 cp311-win_amd64" # FIXME
25+
CIBW_SKIP: "pp* # 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)