We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31b1cc commit 9ca6780Copy full SHA for 9ca6780
.github/workflows/wheels.yml
@@ -10,6 +10,9 @@ on:
10
types:
11
- published
12
13
+env:
14
+ FORCE_COLOR: 3
15
+
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
cancel-in-progress: true
CMakeLists.txt
@@ -1,6 +1,9 @@
1
cmake_minimum_required(VERSION 3.15...3.26)
2
3
-project(${SKBUILD_PROJECT_NAME} VERSION ${SKBUILD_PROJECT_VERSION})
+project(
4
+ ${SKBUILD_PROJECT_NAME}
5
+ VERSION ${SKBUILD_PROJECT_VERSION}
6
+ LANGUAGES CXX)
7
8
find_package(Python REQUIRED COMPONENTS Interpreter Development.Module)
9
find_package(pybind11 CONFIG REQUIRED)
0 commit comments