Skip to content

Commit

Permalink
update cibuildhweel to fix Windows issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Apr 18, 2024
1 parent 15083a5 commit 871a1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# In case of Linux we need to install compiler and build tools before building the wheels
# We further only build the manylinux wheels, but not the musllinux wheels
- name: Build wheels (Linux)
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BEFORE_BUILD: yum makecache && yum install -y gcc-c++ cmake && pip install ninja
CIBW_BUILD: "*manylinux*"
Expand Down

0 comments on commit 871a1cc

Please sign in to comment.