Skip to content

Commit 1fbeb32

Browse files
authored
Merge pull request #2982 from pygame-community/dependabot/github_actions/pypa/cibuildwheel-2.19.2
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2
2 parents 79a1c58 + 38ad688 commit 1fbeb32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run:
4848
name: Build the Linux wheels.
4949
command: |
50-
pip3 install --user cibuildwheel==2.19.1
50+
pip3 install --user cibuildwheel==2.19.2
5151
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
5252
5353
- store_artifacts:

.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
fail-on-cache-miss: true
182182

183183
- name: Build and test wheels
184-
uses: pypa/[email protected].1
184+
uses: pypa/[email protected].2
185185

186186
- uses: actions/upload-artifact@v4
187187
with:

.github/workflows/build-manylinux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
114114
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
115115

116-
uses: pypa/[email protected].1
116+
uses: pypa/[email protected].2
117117

118118
# We upload the generated files under github actions assets
119119
- name: Upload dist

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
arch: ${{ matrix.msvc-dev-arch }}
148148

149149
- name: Build and test wheels
150-
uses: pypa/[email protected].1
150+
uses: pypa/[email protected].2
151151

152152
- uses: actions/upload-artifact@v4
153153
with:

0 commit comments

Comments
 (0)