Skip to content

Commit

Permalink
Bump wheel building to new version
Browse files Browse the repository at this point in the history
Why are windows builds failing?
  • Loading branch information
ianhbell committed Dec 12, 2024
1 parent 62e4533 commit d79f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.12'

- name: Install cibuildwheel and other dependencies
run: python -m pip install cibuildwheel==2.17.0 build wheel setuptools twine
run: python -m pip install cibuildwheel==2.22.0 build wheel setuptools twine

# - name: Install LLVM (clang-cl) on windows
# run: choco install -y llvm
Expand Down

0 comments on commit d79f8bd

Please sign in to comment.