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 71a5a97 commit 62a4f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
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: "manylinux2014"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_24"

- name: upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 62a4f5c

Please sign in to comment.