Skip to content

Commit 7307dc4

Browse files
committed
Speed up ci build
1 parent 5cc9261 commit 7307dc4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [master]
77
workflow_dispatch:
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
NDI_SDK_VERSION: "6.3.2.0"
1115

@@ -96,5 +100,6 @@ jobs:
96100
- name: Build wheels
97101
uses: pypa/cibuildwheel@v3.4.1
98102
env:
103+
CIBW_BUILD: "cp310-* cp314-*"
99104
CIBW_ENVIRONMENT_LINUX: CMAKE_ARGS="-DNDI_SDK_DIR=/project/ndi-sdk"
100105
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DNDI_SDK_DIR=${{ env.NDI_SDK_DIR }}"

0 commit comments

Comments
 (0)