We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25abe40 commit 59d6e15Copy full SHA for 59d6e15
1 file changed
.github/workflows/wheels.yml
@@ -14,20 +14,19 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, macos-13, macos-14]
+ os: [ubuntu-latest]
18
19
steps:
20
- uses: actions/checkout@v4
21
with:
22
submodules: recursive
23
24
- name: Build wheels
25
- uses: pypa/cibuildwheel@v2.16
+ uses: pypa/cibuildwheel@v2.22
26
env:
27
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
28
CIBW_SKIP: "*-musllinux_* *-win32 *-manylinux_i686"
29
CIBW_ARCHS_LINUX: x86_64
30
- CIBW_ARCHS_MACOS: x86_64 arm64
31
CIBW_BEFORE_ALL_LINUX: >
32
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
33
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
0 commit comments