Skip to content

Commit 11663b8

Browse files
dependabot[bot]godlygeek
authored andcommitted
build(deps): bump pypa/cibuildwheel from 3.2.1 to 3.3.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.1...v3.3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6ca722 commit 11663b8

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.2.1
83+
uses: pypa/cibuildwheel@v3.3.1
8484
env:
8585
CIBW_BUILD: "cp3{7..14}{t,}-${{ matrix.wheel_type }}"
8686
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux || 'auto' }}
@@ -129,7 +129,7 @@ jobs:
129129
run: |
130130
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
131131
- name: Build wheels
132-
uses: pypa/cibuildwheel@v3.2.1
132+
uses: pypa/cibuildwheel@v3.3.1
133133
env:
134134
CIBW_BUILD: "cp3{8..14}{t,}-*"
135135
CIBW_ARCHS: "${{matrix.arch}}"

0 commit comments

Comments
 (0)