Improve FindPython hints #350
wheel.yml
on: push
Matrix: build
Matrix: build-macos
Matrix: build-windows
Matrix: cibw
Matrix: test
Matrix: test-macos
Matrix: test-windows
Matrix: check-release
release
0s
Annotations
2 errors, 3 warnings, and 300 notices
build-macos (3.8, macos-latest)
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
test-macos (3.8, macos-latest)
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
cibw (macos-13)
While arm64 wheels can be built on x86_64, they cannot be tested. Consider building arm64 wheels natively, if your CI provider offers this. To silence this warning, set `CIBW_TEST_SKIP: "*-macosx_arm64"`.
|
cibw (macos-13)
While universal2 wheels can be built on x86_64, the arm64 part of the wheel cannot be tested on x86_64. Consider building universal2 wheels on an arm64 runner, if your CI provider offers this. Notably, an arm64 runner can also test the x86_64 part of the wheel, through Rosetta emulation. To silence this warning, set `CIBW_TEST_SKIP: "*-macosx_universal2:arm64"`.
|
cibw (windows-2019)
While arm64 wheels can be built on other platforms, they cannot be tested. An arm64 runner is required. To silence this warning, set `CIBW_TEST_SKIP: "*-win_arm64"`.
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L153
py_build_cmake.config.quirks:ARCHFLAGS was specified. Automatically enabling cross-compilation for x86_64 (native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L153
py_build_cmake.config.quirks:ARCHFLAGS was specified. Automatically enabling cross-compilation for x86_64 (native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
cibw (macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, x86_64, native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, x86_64, native platform: arm64)
|
cibw (macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
cibw (macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (x86_64, native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (x86_64, native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
cibw (macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L153
py_build_cmake.config.quirks:ARCHFLAGS was specified. Automatically enabling cross-compilation for arm64 (native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L153
py_build_cmake.config.quirks:ARCHFLAGS was specified. Automatically enabling cross-compilation for arm64 (native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, x86_64, native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/config/quirks.py#L210
py_build_cmake.config.quirks:ARCHFLAGS was set, adding CMAKE_OSX_ARCHITECTURES to cmake.options (arm64, x86_64, native platform: x86_64)
|
cibw (macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
cibw (macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (windows-2019):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
cibw (windows-2019):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (windows-2019):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
cibw (windows-2019):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
cibw (windows-2019)
Setting DIST_EXTRA_CONFIG=C:\Users\runneradmin\AppData\Local\Temp\cibw-run-wjkjca90\cp311-win_arm64\build\extra-setup.cfg for cross-compilation
|
cibw (windows-2019)
Setting SETUPTOOLS_EXT_SUFFIX=.cp311-win_arm64.pyd for cross-compilation
|
cibw (windows-2019)
Setting SETUPTOOLS_USE_DISTUTILS=local as it is required for cross-compilation
|
cibw (windows-2019)
Setting CARGO_BUILD_TARGET=aarch64-pc-windows-msvc for cross-compilation
|
cibw (windows-2019):
src\py_build_cmake\config\quirks.py#L63
py_build_cmake.config.quirks:DIST_EXTRA_CONFIG.build_ext specified plat_name that is different from the current platform. Automatically enabling cross-compilation for ARM64
|
cibw (windows-2019):
src\py_build_cmake\config\quirks.py#L63
py_build_cmake.config.quirks:DIST_EXTRA_CONFIG.build_ext specified plat_name that is different from the current platform. Automatically enabling cross-compilation for ARM64
|
test-macos (3.10, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.10, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.11):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.11):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.11):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.11):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.11):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.11):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.11):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.11):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.11):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.11):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.10):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.10):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.10):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.10):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.10):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.10):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.10):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.10):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.10):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.10):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.11, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.11, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.12):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.12):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.12):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.12):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.12):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.12):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.12):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.12):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.12):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.12):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.8):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.8):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.8):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.8):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.8):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.8):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.8):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.8):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.8):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.8):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.7):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.7):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.7):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.7):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.7):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file minimal_comp/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test (3.9):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.9):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.9):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test (3.9):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test (3.9):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.10, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.10, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.10, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.10, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.12, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.12, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.11, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.11, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.11, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.11, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.7):
src\py_build_cmake\build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.7):
src\py_build_cmake\build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.7):
src\py_build_cmake\build.py#L561
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.7):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.7):
src\py_build_cmake\build.py#L561
py_build_cmake.build:Not copying generated stub file minimal_comp\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.8):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.8):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.8):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.8):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.8):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.10):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.10):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.10):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.10):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.10):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.10):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.10):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.10):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.10):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.10):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.9):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.9):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.9):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.9):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.9):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.9):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.9):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.9):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.9):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.9):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.13, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.13, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.13):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.13):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.13):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.13):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.13):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.13):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.13):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.13):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.13):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.13):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.12):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.12):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.12):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.12):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.12):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.12):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.12):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.12):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.12):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.12):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.11):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.11):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.11):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.11):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project\_add_module_d.pyi because a .pyi file for the same module already exists
|
test-windows (3.11):
src\py_build_cmake\build.py#L558
py_build_cmake.build:Not copying generated stub file minimal\_add_module.pyi because a .pyi file for the same module already exists
|
test-windows (3.11):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.11):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.11):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-windows (3.11):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-windows (3.11):
src\py_build_cmake\config\load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.12, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.12, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.12, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.12, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.13, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.13, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.13, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.13, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.7, macos-13):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.7, macos-13):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.7, macos-13):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.7, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.7, macos-13):
src/py_build_cmake/build.py#L561
py_build_cmake.build:Not copying generated stub file minimal_comp/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.8, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.8, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.8, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.8, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.8, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.9, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-latest):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.9, macos-latest):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.9, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file pybind11_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file nanobind_project/_add_module_d.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-13):
src/py_build_cmake/build.py#L558
py_build_cmake.build:Not copying generated stub file minimal/_add_module.pyi because a .pyi file for the same module already exists
|
test-macos (3.9, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from bare_c_module to bare-c-module
|
test-macos (3.9, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
test-macos (3.9, macos-13):
src/py_build_cmake/config/load.py#L230
py_build_cmake.config.load:Name normalized from cmake_options to cmake-options
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
py_build_cmake-src-3.10
|
64.1 KB |
|
py_build_cmake-src-3.11
|
64 KB |
|
py_build_cmake-src-3.12
|
64 KB |
|
py_build_cmake-src-3.13
|
64 KB |
|
py_build_cmake-src-3.7
|
64 KB |
|
py_build_cmake-src-3.8
|
64 KB |
|
py_build_cmake-src-3.9
|
64 KB |
|
py_build_cmake-whl-3.10
|
77.7 KB |
|
py_build_cmake-whl-3.11
|
77.7 KB |
|
py_build_cmake-whl-3.12
|
77.7 KB |
|
py_build_cmake-whl-3.13
|
77.7 KB |
|
py_build_cmake-whl-3.7
|
77.7 KB |
|
py_build_cmake-whl-3.8
|
77.7 KB |
|
py_build_cmake-whl-3.9
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.10
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.11
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.12
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.13
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.7
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.8
|
77.7 KB |
|
py_build_cmake-whl-macos-13-3.9
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.10
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.11
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.12
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.13
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.8
|
77.7 KB |
|
py_build_cmake-whl-macos-latest-3.9
|
77.7 KB |
|
py_build_cmake-whl-win-3.10
|
78.4 KB |
|
py_build_cmake-whl-win-3.11
|
78.4 KB |
|
py_build_cmake-whl-win-3.12
|
78.4 KB |
|
py_build_cmake-whl-win-3.13
|
78.4 KB |
|
py_build_cmake-whl-win-3.7
|
78.4 KB |
|
py_build_cmake-whl-win-3.8
|
78.4 KB |
|
py_build_cmake-whl-win-3.9
|
78.4 KB |
|
pybind11_project-macos-13-whl
|
713 KB |
|
pybind11_project-macos-latest-whl
|
835 KB |
|
pybind11_project-ubuntu-20.04-whl
|
3.01 MB |
|
pybind11_project-windows-2019-whl
|
613 KB |
|