Skip to content

Commit 1f611ae

Browse files
authored
Update pybind11 to 2.10.1 (#304)
1 parent 3adde01 commit 1f611ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
CIBW_ENVIRONMENT_WINDOWS: TOKENIZER_ROOT='${{ github.workspace }}\install'
106106
CIBW_BEFORE_ALL: bindings/python/tools/prepare_build_environment.sh
107107
CIBW_BEFORE_ALL_WINDOWS: bash bindings/python/tools/prepare_build_environment_windows.sh
108-
CIBW_BEFORE_BUILD: pip install pybind11==2.10.0
108+
CIBW_BEFORE_BUILD: pip install pybind11==2.10.1
109109
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
110110
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
111111
CIBW_TEST_COMMAND: pytest {project}/bindings/python/test/test.py

0 commit comments

Comments
 (0)