Skip to content

Commit

Permalink
Merge pull request pygame-community#2930 from pygame-community/depend…
Browse files Browse the repository at this point in the history
…abot/github_actions/pypa/cibuildwheel-2.19.1

Bump pypa/cibuildwheel from 2.18.1 to 2.19.1
  • Loading branch information
ankith26 authored Jun 18, 2024
2 parents 2c85c93 + fb85cc4 commit 04ca5ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run:
name: Build the Linux wheels.
command: |
pip3 install --user cibuildwheel==2.18.1
pip3 install --user cibuildwheel==2.19.1
PATH="$HOME/.local/bin:$PATH" cibuildwheel --output-dir wheelhouse
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
fail-on-cache-miss: true

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
CIBW_MANYLINUX_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}
CIBW_MANYLINUX_PYPY_I686_IMAGE: ghcr.io/${{ github.repository }}_i686:${{ steps.meta.outputs.version }}

uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1

# We upload the generated files under github actions assets
- name: Upload dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
arch: ${{ matrix.msvc-dev-arch }}

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 04ca5ff

Please sign in to comment.