chore: Exclude pypy wheels for windows builds (#218)

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2026-02-17 12:46:41 +01:00
committed by GitHub
parent 283ef6c2f2
commit aeca2496c9
+1
View File
@@ -267,6 +267,7 @@ jobs:
CIBW_PLATFORM: windows
CIBW_BUILD_VERBOSITY: 3
CIBW_ARCHS: AMD64
CIBW_SKIP: "pp*"
CIBW_PROJECT_REQUIRES_PYTHON: "~=${{ matrix.python-version }}.0"
PKG_CONFIG_PATH: "C:/msys64/usr/lib/pkgconfig"
PKG_CONFIG_EXECUTABLE: "C:/mingw64/bin/pkg-config.exe"