We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fb9ab commit 783e0f9Copy full SHA for 783e0f9
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build wheels
33
env:
34
CIBW_BUILD: "cp3{9,10,11,12,13,14}-{manylinux_x86_64,macosx_x86_64,win_amd64}"
35
- CIBW_BUILD_FRONTEND_WINDOWS: pip
+ CIBW_BUILD_FRONTEND: pip
36
CIBW_MANYLINUX_X86_64_IMAGE: ghcr.io/chatziko/libqif/manylinux:v11
37
CIBW_BEFORE_ALL_LINUX: bash .github/workflows/prepare-build-linux.sh
38
CIBW_BEFORE_ALL_MACOS: bash .github/workflows/prepare-build-macos.sh
0 commit comments