Skip to content

Commit

Permalink
Restrict version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeyeunpark committed Nov 24, 2023
1 parent 3807949 commit d4a9127
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:

- name: Build wheels
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}

CIBW_SKIP: "*-musllinux*"

CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-*"

CIBW_BEFORE_BUILD: |
cat /etc/yum.conf | sed "s/\[main\]/\[main\]\ntimeout=5/g" > /etc/yum.conf
python -m pip install cmake~=3.24.0
Expand Down

0 comments on commit d4a9127

Please sign in to comment.