Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.13 to 2.14 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent aaa7d75 commit 48c2771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emulated-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Build wheels
uses: pypa/cibuildwheel@v2.13
uses: pypa/cibuildwheel@v2.14
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
prepend_symlinks_to_path: false
windows_compile_environment: msvc
override_cache_key: wheels-${{ matrix.os }}-${{ matrix.python }}
- uses: pypa/cibuildwheel@v2.13
- uses: pypa/cibuildwheel@v2.14
env:
CIBW_BUILD: ${{ matrix.python }}-*
# Temporary: use pre-release Python 3.12 for stable ABI builds
Expand Down

0 comments on commit 48c2771

Please sign in to comment.