Skip to content

Commit 9a01b91

Browse files
dependabot[bot]pablogsal
authored andcommitted
build(deps): bump pypa/cibuildwheel from 3.1.4 to 3.2.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.4 to 3.2.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.4...v3.2.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5756b60 commit 9a01b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
8282
- name: Build wheels
83-
uses: pypa/cibuildwheel@v3.1.4
83+
uses: pypa/cibuildwheel@v3.2.1
8484
env:
8585
CIBW_BUILD: "cp3{7..14}{t,}-${{ matrix.wheel_type }}"
8686
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux || 'auto' }}
@@ -128,7 +128,7 @@ jobs:
128128
run: |
129129
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
130130
- name: Build wheels
131-
uses: pypa/cibuildwheel@v3.1.4
131+
uses: pypa/cibuildwheel@v3.2.1
132132
env:
133133
CIBW_BUILD: "cp3{8..14}{t,}-*"
134134
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)