Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/test-cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Build macOS wheels (no publish)
uses: pypa/cibuildwheel@v4.2.0
uses: pypa/cibuildwheel@v4.2.1
- run: ls -l wheelhouse/

# The same non-publishing proof for Linux aarch64, on a native ARM
Expand All @@ -103,7 +103,7 @@ jobs:
# aarch64 on this runner, which is the property that makes the org
# matrix change a one-line addition.
- name: Build Linux aarch64 wheels (no publish)
uses: pypa/cibuildwheel@v4.2.0
uses: pypa/cibuildwheel@v4.2.1
- run: ls -l wheelhouse/

# The `[render]` extra, which no other job installs (audioif#35). The test
Expand Down
Loading