Skip to content

Commit ee2ec52

Browse files
Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20.0...v2.21.0) --- 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 cb1c7e1 commit ee2ec52

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.20.0
127+
uses: pypa/cibuildwheel@v2.21.0
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.20.0
137+
uses: pypa/cibuildwheel@v2.21.0
138138
env:
139139
# macOS
140140
MACOSX_DEPLOYMENT_TARGET: 14.0

0 commit comments

Comments
 (0)