Skip to content

Commit 19cd430

Browse files
Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 (#406)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6566ce7 commit 19cd430

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545
- uses: astral-sh/setup-uv@v5
46-
- uses: pypa/cibuildwheel@v2.23.0
46+
- uses: pypa/cibuildwheel@v2.23.1
4747
env:
4848
MNE_LSL_LIBLSL_BUILD_UNITTESTS: ${{ (github.event_name != 'pull_request' || contains(needs.get_commit_message.outputs.commit_message, '[liblsl]')) && '1' || '0' }}
4949
- uses: actions/upload-artifact@v4
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
platforms: ${{ matrix.arch }}
7373
- uses: astral-sh/setup-uv@v5
74-
- uses: pypa/cibuildwheel@v2.23.0
74+
- uses: pypa/cibuildwheel@v2.23.1
7575
env:
7676
CIBW_ARCHS: ${{ matrix.arch }}
7777
MNE_LSL_LIBLSL_BUILD_UNITTESTS: 0

0 commit comments

Comments
 (0)