We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7973d2c commit 7b9ccebCopy full SHA for 7b9cceb
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
output-dir: wheelhouse
36
env:
37
- CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310,cp311}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310,cp311}-macosx_arm64'
+ CIBW_BUILD: '{cp36,cp37,cp38,cp39,cp310}-{manylinux_x86_64,manylinux_aarch64,win32,win_amd64,macosx_x86_64} {cp39,cp310}-macosx_arm64'
38
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
39
CIBW_ARCHS_LINUX: 'auto aarch64'
40
CIBW_ARCHS_MACOS: 'auto arm64'
0 commit comments