diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 508252d..416df3b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -149,13 +149,12 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.12" - # - uses: messense/maturin-action@v1 - # with: - # target: aarch64-pc-windows-msvc - # command: build - # sccache: true - # args: --release -o dist -i 3.11 3.12 - # maturin-version: v1.7.5 + - uses: messense/maturin-action@v1 + with: + target: aarch64-pc-windows-msvc + command: build + sccache: true + args: --release -o dist -i 3.11 3.12 3.13 - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -217,6 +216,7 @@ jobs: armv7, musllinux-x86_64, musllinux-aarch64, + windows-aarch64, ] steps: - uses: actions/download-artifact@v4