We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc9261 commit 7307dc4Copy full SHA for 7307dc4
1 file changed
.github/workflows/build.yml
@@ -6,6 +6,10 @@ on:
6
branches: [master]
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
env:
14
NDI_SDK_VERSION: "6.3.2.0"
15
@@ -96,5 +100,6 @@ jobs:
96
100
- name: Build wheels
97
101
uses: pypa/cibuildwheel@v3.4.1
98
102
103
+ CIBW_BUILD: "cp310-* cp314-*"
99
104
CIBW_ENVIRONMENT_LINUX: CMAKE_ARGS="-DNDI_SDK_DIR=/project/ndi-sdk"
105
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DNDI_SDK_DIR=${{ env.NDI_SDK_DIR }}"
0 commit comments