From 2fe2357249a5d6a98cac026579968e01c8f4291f Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Sun, 12 Jan 2025 06:46:56 +0100 Subject: [PATCH] :wrench: win+arm64+3.13t issue persist still[...]*2 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 52d3bf0..1949e4f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -163,16 +163,16 @@ jobs: with: python-version: '3.13t' architecture: x64 - - name: Build wheels + - name: Build wheels (normal) uses: PyO3/maturin-action@v1 - if: matrix.python_version != '3.13t' && matrix.target != 'aarch64' + if: matrix.python_version != '3.13t' || matrix.target == 'x64' env: UNSAFE_PYO3_SKIP_VERSION_CHECK: 1 with: target: ${{ matrix.target }} args: --release --out dist sccache: 'false' - - name: Build wheels + - name: Build wheels (workaround 3.13t arm64) uses: PyO3/maturin-action@v1 if: matrix.python_version == '3.13t' && matrix.target == 'aarch64' env: