We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f3737 commit b3d92e5Copy full SHA for b3d92e5
.github/workflows/wheels.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m cibuildwheel --output-dir wheelhouse
27
# to supply options, put them in 'env', like:
28
env:
29
- CIBW_BEFORE_BUILD: "yum install -y openssl openssl-devel"
+ CIBW_BEFORE_BUILD_LINUX: ${{ matrix.linux_type == 'musllinux' && 'apk add --no-cache openssl-dev' || 'yum install -y openssl openssl-devel' }}
30
31
- uses: actions/upload-artifact@v4
32
with:
0 commit comments