Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.14 to 2.15 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent a2b040e commit bd41474
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.14
uses: pypa/cibuildwheel@v2.15
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.14
- uses: pypa/cibuildwheel@v2.15
env:
CIBW_BUILD: ${{ matrix.python }}-*
# Temporary: use pre-release Python 3.12 for stable ABI builds
Expand Down

0 comments on commit bd41474

Please sign in to comment.