File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed
buildconfig/manylinux-build/docker_base Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4242 - run :
4343 name : Build the Linux wheels.
4444 command : |
45- pip3 install --user cibuildwheel==2.21.3
45+ pip3 install --user cibuildwheel==2.22.0
4646 PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
4747
4848 - store_artifacts :
Original file line number Diff line number Diff line change 6464 if : steps.macdep-cache.outputs.cache-hit != 'true'
6565 run : |
6666 export MAC_ARCH="${{ matrix.macarch }}"
67- brew install coreutils pkg-config
67+ brew install coreutils
6868 cd buildconfig/macdependencies
6969 bash ./build_mac_deps.sh
7070
@@ -104,7 +104,6 @@ jobs:
104104
105105 # Setup macOS dependencies
106106 CIBW_BEFORE_ALL : |
107- brew install pkg-config
108107 cd buildconfig/macdependencies
109108 cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps
110109 bash ./install_mac_deps.sh
@@ -138,7 +137,7 @@ jobs:
138137 uv-version : " 0.4.10"
139138
140139 - name : Build and test wheels
141- uses : pypa/cibuildwheel@v2.21.3
140+ uses : pypa/cibuildwheel@v2.22.0
142141
143142 - uses : actions/upload-artifact@v4
144143 with :
Original file line number Diff line number Diff line change 9191 CIBW_MANYLINUX_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9292 CIBW_MANYLINUX_PYPY_I686_IMAGE : ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
9393
94- uses : pypa/cibuildwheel@v2.21.3
94+ uses : pypa/cibuildwheel@v2.22.0
9595
9696 # We upload the generated files under github actions assets
9797 - name : Upload dist
Original file line number Diff line number Diff line change 6262 uv-version : " 0.4.10"
6363
6464 - name : Build and test wheels
65- uses : pypa/cibuildwheel@v2.21.3
65+ uses : pypa/cibuildwheel@v2.22.0
6666
6767 - uses : actions/upload-artifact@v4
6868 with :
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_aarch64:2024.10.07 -1
2+ FROM quay.io/pypa/manylinux2014_aarch64:2024.11.16 -1
33ENV MAKEFLAGS="-j 2"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_i686:2024.10.07 -1
2+ FROM quay.io/pypa/manylinux2014_i686:2024.11.16 -1
33ENV MAKEFLAGS="-j 2"
44ENV PG_DEP_PREFIX="/usr/local"
55
Original file line number Diff line number Diff line change 11# pin version on image for CI stability
2- FROM quay.io/pypa/manylinux2014_x86_64:2024.10.07 -1
2+ FROM quay.io/pypa/manylinux2014_x86_64:2024.11.16 -1
33ENV MAKEFLAGS="-j 2"
44ENV PG_DEP_PREFIX="/usr/local"
55
You can’t perform that action at this time.
0 commit comments