Skip to content

Commit

Permalink
Changes to try to get manylinux wheels working.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 26, 2024
1 parent 62a4f5c commit d5d237e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ jobs:
env:
CIBW_BUILD: cp3?-*
CIBW_ARCHS: x86_64 aarch64
CIBW_ENVIRONMENT: CXXFLAGS="-std=c++17" # Adjust as per your C++ requirements
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_24"
CIBW_ENVIRONMENT: CXXFLAGS="-std=c++17"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_BEFORE_BUILD: |
yum install -y gcc gcc-c++
- name: upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d5d237e

Please sign in to comment.