Skip to content

Commit

Permalink
Update cibuildwheel to fix windows wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Sep 10, 2024
1 parent 6b902a5 commit cc40dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
pipx ensurepath
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_TEST_COMMAND: python {project}/selftest.py
CIBW_BEFORE_BUILD_LINUX: yum install -y freetype-devel
Expand Down

0 comments on commit cc40dc3

Please sign in to comment.