We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36084e7 commit e3a2ce0Copy full SHA for e3a2ce0
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
- { arch: arm64, wheel: cp310-macosx_arm64, os: macos-latest }
49
- { arch: x86_64, wheel: cp310-macosx_x86_64, os: macos-13 }
50
- { arch: x86_64, wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
51
- - { arch: aarcrh64, wheel: cp310-manylinux_aarch64, os: ubuntu-24.04-arm }
+ - { arch: aarch64, wheel: cp310-manylinux_aarch64, os: ubuntu-24.04-arm }
52
- { arch: x86_64, wheel: cp310-win_amd64, os: windows-2019 }
53
- { arch: arm64, wheel: cp311-macosx_arm64, os: macos-latest }
54
- { arch: x86_64, wheel: cp311-macosx_x86_64, os: macos-13 }
0 commit comments