We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415e149 commit 2c24046Copy full SHA for 2c24046
1 file changed
.github/workflows/build-wheels.yml
@@ -28,10 +28,13 @@ jobs:
28
exclude:
29
- os: windows-11-arm
30
python: 310
31
+ python_impl: Python
32
33
python: 311
34
35
36
python: 312
37
38
env:
39
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
40
CIBW_BUILD: ${{ matrix.python }}-*
0 commit comments