We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca4b21 commit aec3302Copy full SHA for aec3302
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
22
CIBW_ARCHS_MACOS: x86_64 universal2
23
CIBW_ARCHS_WINDOWS: AMD64 x86 ARM64
24
- CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*-* cp313-*"
+ CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
25
26
steps:
27
- uses: actions/checkout@v4
0 commit comments