Skip to content

Commit 17206ca

Browse files
dependabot[bot]cauliyang
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 9c65262 commit 17206ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
virtualenvs-in-project: false
103103

104104
- name: Build wheels
105-
uses: pypa/[email protected].3
105+
uses: pypa/[email protected].4
106106
env:
107107
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
108108
CIBW_ARCHS: ${{ matrix.cibw_archs }}
@@ -145,7 +145,7 @@ jobs:
145145
virtualenvs-in-project: false
146146

147147
- name: Build wheels
148-
uses: pypa/[email protected].3
148+
uses: pypa/[email protected].4
149149
env:
150150
CIBW_BUILD: ${{ matrix.cibw_build }}
151151
CIBW_ARCHS: ${{ matrix.cibw_archs }}
@@ -187,7 +187,7 @@ jobs:
187187
virtualenvs-in-project: false
188188

189189
- name: Build wheels
190-
uses: pypa/[email protected].3
190+
uses: pypa/[email protected].4
191191
env:
192192
CIBW_BUILD: ${{ matrix.cibw_build }}
193193
CIBW_ARCHS: ${{ matrix.cibw_archs }}

0 commit comments

Comments
 (0)