From 15ba4a8dc9ca11815b7ff41c5a3f5c02a0f6acc5 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 15 Sep 2023 09:15:50 +0200 Subject: [PATCH] matrix only --- .github/workflows/build_wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e5976ee..4b584f7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -60,6 +60,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.14.1 + with: + only: ${{ matrix.only }} - uses: actions/upload-artifact@v2 with: