Commit ba0effd
committed
250326.143848.CST [skip ci] add a blank line in build_python.yml
1 parent 6eb69e9 commit ba0effd
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
- .github/CONTRIBUTING.md+1-1
- .github/dependabot.yml+1-9
- .github/workflows/ci.yml+74-111
- .github/workflows/configure.yml+3-3
- .github/workflows/format.yml+4-4
- .github/workflows/labeler.yml+1-1
- .github/workflows/pip.yml+8-8
- .github/workflows/upstream.yml+7-7
- .pre-commit-config.yaml+19-21
- .readthedocs.yml+2-19
- CMakeLists.txt+6-57
- README.rst+4-5
- docs/advanced/embedding.rst+1-1
- docs/advanced/exceptions.rst+11-11
- docs/advanced/functions.rst+1-1
- docs/advanced/misc.rst-29
- docs/benchmark.py+1-1
- docs/changelog.rst+2-182
- docs/compiling.rst+4-12
- docs/release.rst+42-86
- docs/upgrade.rst-28
- include/pybind11/cast.h+9-142
- include/pybind11/detail/class.h+13-18
- include/pybind11/detail/common.h+4-16
- include/pybind11/detail/init.h+1-1
- include/pybind11/detail/internals.h+5-16
- include/pybind11/detail/type_caster_base.h+10-51
- include/pybind11/eigen/tensor.h+2-3
- include/pybind11/functional.h+1-2
- include/pybind11/gil.h+1-9
- include/pybind11/gil_safe_call_once.h-91
- include/pybind11/numpy.h+22-157
- include/pybind11/pybind11.h+48-121
- include/pybind11/pytypes.h+5-22
- include/pybind11/stl.h+7-8
- include/pybind11/stl_bind.h+56-28
- include/pybind11/typing.h-125
- noxfile.py+1-1
- pybind11/_version.py+1-1
- pybind11/setup_helpers.py+1-3
- pyproject.toml+11-8
- tests/CMakeLists.txt+4-9
- tests/conftest.py-1
- tests/cross_module_interleaved_error_already_set.cpp+2-2
- tests/extra_python_package/test_files.py-2
- tests/pybind11_cross_module_tests.cpp+4-4
- tests/pybind11_tests.cpp+3-9
- tests/requirements.txt+8-14
- tests/test_buffers.py-7
- tests/test_builtin_casters.py+2-2
- tests/test_callbacks.py-7
- tests/test_class.py-14
- tests/test_cmake_build/CMakeLists.txt+2-1
- tests/test_cmake_build/installed_embed/CMakeLists.txt+3-3
- tests/test_cmake_build/installed_function/CMakeLists.txt+3-3
- tests/test_cmake_build/installed_target/CMakeLists.txt+3-3
- tests/test_cmake_build/subdirectory_embed/CMakeLists.txt+3-9
- tests/test_cmake_build/subdirectory_function/CMakeLists.txt+3-9
- tests/test_cmake_build/subdirectory_target/CMakeLists.txt+3-9
- tests/test_constants_and_functions.cpp-4
- tests/test_custom_type_casters.cpp-12
- tests/test_eigen_matrix.cpp-17
- tests/test_eigen_matrix.py+1-8
- tests/test_enum.py+3-6
- tests/test_exceptions.cpp+13-54
- tests/test_exceptions.h+1-1
- tests/test_exceptions.py+2-21
- tests/test_factory_constructors.py+2-2
- tests/test_kwargs_and_defaults.cpp-46
- tests/test_kwargs_and_defaults.py+1-37
- tests/test_methods_and_attributes.py+15-19
- tests/test_numpy_array.py+3-9
- tests/test_numpy_dtypes.cpp+4-29
- tests/test_numpy_dtypes.py+3-11
- tests/test_python_multiple_inheritance.cpp-45
- tests/test_python_multiple_inheritance.py-35
- tests/test_pytypes.cpp+3-26
- tests/test_pytypes.py+1-57
- tests/test_sequences_and_iterators.cpp-19
- tests/test_sequences_and_iterators.py-13
- tests/test_smart_ptr.cpp+12-15
- tests/test_stl.py+12-12
- tests/test_stl_binders.cpp-80
- tests/test_stl_binders.py+6-44
- tests/test_type_caster_pyobject_ptr.cpp+2-2
- tools/FindPythonLibsNew.cmake+1-24
- tools/make_changelog.py+1-29
- tools/pybind11Common.cmake+16-30
- tools/pybind11Config.cmake.in+1-1
- tools/pybind11NewTools.cmake+22-77
- tools/pybind11Tools.cmake+7-13
0 commit comments