Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
arch: aarch64
python: "pp3{10,11}"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: true
# Linux emulation for aarch64 support
Expand All @@ -49,7 +49,7 @@ jobs:
with:
platforms: all
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
- uses: pypa/cibuildwheel@v4.0.0
- uses: pypa/cibuildwheel@v4.1.0
env:
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_BUILD: "${{ matrix.python }}-*"
Expand All @@ -64,7 +64,7 @@ jobs:
name: Make SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- run: pipx run build --sdist
- uses: actions/upload-artifact@v7
with:
Expand Down
Loading