Skip to content

Commit

Permalink
Increment ciwheelbuild version to bypass mirror.centos.org EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 9, 2024
1 parent 13b7c60 commit e35a644
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 @@ -77,7 +77,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run cibuildwheel
uses: pypa/cibuildwheel@v2.16.1 # Oct 2, 2023
uses: pypa/cibuildwheel@v2.19.2 # Aug 9 2024
env:
CIBW_BEFORE_ALL_LINUX: > # This is done here and not as its own step as this runs inside the cibw containered environment
yum install -y SDL2.x86_64 SDL2-devel.x86_64 SDL2_image.x86_64 SDL2_image-devel.x86_64
Expand Down

0 comments on commit e35a644

Please sign in to comment.