Skip to content

Commit 59df68e

Browse files
committed
ci: fix Windows ARM64 target name
Change Windows ARM64 target from 'arm64' to 'aarch64' to match the Rust target triple format expected by maturin-action. The error was: "could not find specification for target 'arm64'"
1 parent 8b47709 commit 59df68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python-architecture: x86
7474
- os: windows
7575
interpreter: 3.10 3.11 3.12 3.13 3.14 # no pypy
76-
target: arm64
76+
target: aarch64
7777

7878
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
7979
steps:

0 commit comments

Comments
 (0)