Skip to content

Commit

Permalink
🔧 win+arm64+3.13t issue persist still[...]*2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Jan 12, 2025
1 parent 7b1d597 commit 2fe2357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fe2357

Please sign in to comment.