Skip to content

Commit 605929a

Browse files
deps(workflows): bump pypa/cibuildwheel from 2.18 to 2.19
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.18 to 2.19. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18...v2.19) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d24792d commit 605929a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: python .github/workflows/set_cibw_build.py
137137

138138
- name: Build wheels
139-
uses: pypa/cibuildwheel@v2.18
139+
uses: pypa/cibuildwheel@v2.19
140140
env:
141141
CIBW_BUILD: ${{ env.CIBW_BUILD }}
142142
with:
@@ -190,7 +190,7 @@ jobs:
190190
run: python .github/workflows/set_cibw_build.py
191191

192192
- name: Build wheels
193-
uses: pypa/cibuildwheel@v2.18
193+
uses: pypa/cibuildwheel@v2.19
194194
env:
195195
CIBW_BUILD: ${{ env.CIBW_BUILD }}
196196
with:

0 commit comments

Comments
 (0)