Skip to content

Commit f542db7

Browse files
committed
Cleanup actions.
1 parent 0c707a0 commit f542db7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
SDL_VERSION: "2.26.3" # https://github.com/libsdl-org/SDL/releases
88
SDL_MIXER_VERSION: "2.6.2" # https://github.com/libsdl-org/SDL_mixer/releases
99
USE_SDL2_MIXER: "1"
10-
OSX_PYVERS: "3.7.9 3.8.10 3.9.10"
1110
MACOSX_DEPLOYMENT_TARGET: "10.9"
1211
MACOSX_DEPLOYMENT_TARGET_ARM: "11.0"
1312

@@ -28,8 +27,6 @@ jobs:
2827
with:
2928
python-version: ${{ matrix.python }}
3029
- name: Get dependencies
31-
env:
32-
ACTIONS_STEP_DEBUG: true
3330
run: |
3431
mkdir "$env:FF_BUILD_DIR"
3532
cd "$env:FF_BUILD_DIR"
@@ -231,7 +228,7 @@ jobs:
231228
docker run --rm -v `pwd`:/io:rw quay.io/pypa/manylinux2014_${{ matrix.cibw_archs }} /io/.ci/build-wheels.sh
232229
- name: Install cibuildwheel
233230
run: |
234-
python -m pip install cibuildwheel==2.11.2
231+
python -m pip install cibuildwheel~=2.12.0
235232
- name: Make wheels
236233
run: |
237234
python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)