We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c801cf4 commit 43b7818Copy full SHA for 43b7818
.github/workflows/release.yml
@@ -139,7 +139,7 @@ jobs:
139
pip install delvewheel
140
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
141
delvewheel repair -w {dest_dir} {wheel}
142
- CIBW_BUILD: "cp312-* cp311-* pp39-*"
+ CIBW_BUILD: "cp312-* cp311-* pp39-* pp310-*"
143
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
144
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
145
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
0 commit comments