Skip to content

Commit 22fbcdf

Browse files
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.2...v2.23.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 2.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9715990 commit 22fbcdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_dartpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Build wheels
126126
if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
127-
uses: pypa/cibuildwheel@v2.23.2
127+
uses: pypa/cibuildwheel@v2.23.3
128128
env:
129129
# macOS
130130
MACOSX_DEPLOYMENT_TARGET: 14.0
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Build wheels (Windows)
136136
if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
137-
uses: pypa/cibuildwheel@v2.23.2
137+
uses: pypa/cibuildwheel@v2.23.3
138138
env:
139139
# macOS
140140
MACOSX_DEPLOYMENT_TARGET: 14.0

0 commit comments

Comments
 (0)