Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# into the "fixed" binary, silently, with a green build.
- name: Restore dependency cache
id: cache-deps
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
${{ env.SB_BUILD_DIR }}/deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
fetch-depth: 0

- uses: pypa/cibuildwheel@v4.1.1
- uses: pypa/cibuildwheel@v4.2.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
# musl images have no prebuilt plastimatch archive to wrap.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# test environment (test-command in pyproject.toml). That covers the DICOM round-trip,
# so a broken archive pin or a binary that cannot read DICOM fails here rather than
# after publishing.
- uses: pypa/cibuildwheel@v4.1.1
- uses: pypa/cibuildwheel@v4.2.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_SKIP: "*musllinux*"
Expand Down