Skip to content

Commit a51f844

Browse files
Bump pypa/cibuildwheel from 3.0.0 to 3.0.1 (#1982)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 761500b commit a51f844

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

0 commit comments

Comments
 (0)