We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbedc7 commit 8be48d6Copy full SHA for 8be48d6
.github/workflows/build_wheels.yml
@@ -93,7 +93,7 @@ jobs:
93
ln -sf /root/go/bin/gopy /usr/local/bin/gopy &&
94
ln -sf /root/go/bin/goimports /usr/local/bin/goimports
95
# For Linux, add Go to the PATH and set CGO_LDFLAGS to help the linker find the Python library.
96
- CIBW_ENVIRONMENT_LINUX: 'PATH=/usr/local/go/bin:/root/go/bin:$PATH CGO_LDFLAGS=$(python-config --ldflags)'
+ CIBW_ENVIRONMENT_LINUX: 'PATH=/usr/local/go/bin:/root/go/bin:$PATH'
97
CIBW_BEFORE_BUILD: "pip install pybindgen setuptools wheel"
98
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* cp313-* pp* *-musllinux*"
99
0 commit comments