From e35a64477ddab3e8b15dfd9d658b3c90d37720a6 Mon Sep 17 00:00:00 2001 From: Anthony van Winkle Date: Fri, 9 Aug 2024 16:05:08 -0700 Subject: [PATCH] Increment ciwheelbuild version to bypass mirror.centos.org EOL --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5995b7bb..bfb8e417 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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