Skip to content

Commit

Permalink
Update pypi_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Jan 21, 2025
1 parent e7d678b commit e8f43d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: yum -y install boost-devel
CIBW_ARCHS_LINUX: ${{ fromJSON('["x86_64", "aarch64"]')[matrix.os == 'ubuntu-24.04-arm'] }} # poor man ternary https://github.com/orgs/community/discussions/25725#discussioncomment-3248924
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_BEFORE_BUILD_MACOS: brew install boost # should be ok as we only use headers
MACOSX_DEPLOYMENT_TARGET: 10.15
with:
Expand Down

0 comments on commit e8f43d3

Please sign in to comment.