Skip to content

Commit 0a9a973

Browse files
committed
fixup! fixup! fixup! fixup! Upgrade to use SDL3 version of libtcod
1 parent d29b824 commit 0a9a973

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
sdist:
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: libsdl-org/setup-sdl@main
47+
- uses: libsdl-org/setup-sdl@v1.0.0
4848
with:
4949
install-linux-dependencies: true
5050
version: "3.2.14"
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
sudo apt-get update
125125
sudo apt-get install xvfb
126-
- uses: libsdl-org/setup-sdl@main
126+
- uses: libsdl-org/setup-sdl@v1.0.0
127127
if: runner.os == 'Linux'
128128
with:
129129
install-linux-dependencies: true
@@ -165,7 +165,7 @@ jobs:
165165
needs: [ruff, mypy]
166166
runs-on: ubuntu-latest
167167
steps:
168-
- uses: libsdl-org/setup-sdl@main
168+
- uses: libsdl-org/setup-sdl@v1.0.0
169169
if: runner.os == 'Linux'
170170
with:
171171
install-linux-dependencies: true
@@ -206,7 +206,7 @@ jobs:
206206
- name: Install Python dependencies
207207
run: |
208208
python -m pip install --upgrade pip tox
209-
- uses: libsdl-org/setup-sdl@main
209+
- uses: libsdl-org/setup-sdl@v1.0.0
210210
if: runner.os == 'Linux'
211211
with:
212212
install-linux-dependencies: true
@@ -248,9 +248,9 @@ jobs:
248248
env:
249249
CIBW_BUILD: ${{ matrix.build }}
250250
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
251-
CIBW_MANYLINUX_*_IMAGE: manylinux2014
252-
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux2014
253-
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux2014
251+
CIBW_MANYLINUX_*_IMAGE: manylinux_2_34
252+
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux_2_34
253+
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: manylinux_2_34
254254
CIBW_BEFORE_ALL_LINUX: >
255255
yum install -y epel-release &&
256256
yum-config-manager --enable epel &&

0 commit comments

Comments
 (0)