Skip to content

Commit 1f13538

Browse files
Bump pypa/cibuildwheel from 3.1.1 to 3.1.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.1...v3.1.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e538a55 commit 1f13538

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
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Build wheels
127127
if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
128-
uses: pypa/cibuildwheel@v3.1.1
128+
uses: pypa/cibuildwheel@v3.1.3
129129
env:
130130
# macOS
131131
MACOSX_DEPLOYMENT_TARGET: 14.0
@@ -135,7 +135,7 @@ jobs:
135135

136136
- name: Build wheels (Windows)
137137
if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
138-
uses: pypa/cibuildwheel@v3.1.1
138+
uses: pypa/cibuildwheel@v3.1.3
139139
env:
140140
# macOS
141141
MACOSX_DEPLOYMENT_TARGET: 14.0

0 commit comments

Comments
 (0)