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
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v6

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v6

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v6

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
CIBW_ARCHS_MACOS: arm64

Expand Down
Loading