From a5fbc240c3ae6b3da3bedd397b07199b46b0b2a0 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 1 Mar 2026 23:08:06 +0000 Subject: [PATCH] test building against a weird SHA --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6eba2b5c..0458874a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -2,7 +2,7 @@ name: Build wheels on: push: - branches: [ main ] + branches: tags: - v* @@ -37,7 +37,7 @@ jobs: python-version: '3.8' - name: Build wheels - uses: joerick/cibuildwheel@v3.3.1 + uses: joerick/cibuildwheel@31a81df7ebfd84ae5c23dc536e255811aa25b630 env: CIBW_SKIP: pp* CIBW_ARCHS_MACOS: auto universal2