Skip to content

Commit 1425302

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

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/[email protected].3
83+
uses: pypa/[email protected].4
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/[email protected].3
131+
uses: pypa/[email protected].4
132132
env:
133133
CIBW_BUILD: "cp3{8..14}{t,}-*"
134134
CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)