Skip to content

Commit 0400682

Browse files
Bump pypa/cibuildwheel from 3.1.1 to 3.1.3 (#2003)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23ab855 commit 0400682

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)