From 505154ca848375e1042837c3f55ea899832b7629 Mon Sep 17 00:00:00 2001 From: Tim Pansino Date: Tue, 30 Sep 2025 14:07:05 -0700 Subject: [PATCH] Disable windows wheels --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ac584113..475da1353 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -100,8 +100,9 @@ jobs: - wheel: cp313-musllinux os: ubuntu-24.04 # Windows - - wheel: cp313-win - os: windows-2025 + # Windows wheels won't but published until the full release announcement. + # - wheel: cp313-win + # os: windows-2025 name: Build wheels for ${{ matrix.wheel }} runs-on: ${{ matrix.os }}