Skip to content

Commit a279195

Browse files
committed
skip other wheels, tests
1 parent c018b9d commit a279195

File tree

2 files changed

+4
-71
lines changed

2 files changed

+4
-71
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ env:
3232

3333
jobs:
3434
test:
35+
if: "false"
3536
runs-on: ${{ matrix.os }}
3637
timeout-minutes: 20
3738
continue-on-error: ${{ matrix.zmq == 'head' || matrix.python == '3.14' }}

.github/workflows/wheels.yml

Lines changed: 3 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -73,78 +73,10 @@ jobs:
7373
fail-fast: false
7474
matrix:
7575
include:
76-
- os: macos-13
77-
name: mac-pypy
78-
cibw:
79-
build: "pp*"
80-
81-
- os: macos-14
82-
name: mac-cpython
83-
cibw:
84-
arch: universal2
85-
build: "cp*"
86-
87-
- name: manylinux-x86_64
88-
cibw:
89-
arch: x86_64
90-
build: "*manylinux*"
91-
92-
- name: manylinux-i686
93-
cibw:
94-
arch: i686
95-
build: "*manylinux*"
96-
97-
- name: manylinux-arm
98-
os: ubuntu-24.04-arm
99-
cibw:
100-
build: "*manylinux*"
101-
102-
# additional manylinux variants, not specified in pyproject.toml:
103-
# this is where we would add e.g. older manylinux_2014 builds
104-
# - name: manylinux-x86_64-2014
76+
# - os: macos-13
77+
# name: mac-pypy
10578
# cibw:
106-
# arch: x86_64
107-
# build: "cp31*-manylinux* pp39-manylinux*"
108-
# manylinux_x86_64_image: manylinux_2_28
109-
110-
- name: musllinux
111-
cibw:
112-
arch: auto,auto32
113-
build: "*musllinux*"
114-
115-
- name: musllinux-arm
116-
os: ubuntu-24.04-arm
117-
cibw:
118-
build: "*musllinux*"
119-
120-
- name: android
121-
os: ubuntu-24.04
122-
cibw:
123-
platform: android
124-
arch: all
125-
126-
- name: win32
127-
os: windows-2022
128-
architecture: x86
129-
cibw:
130-
build: "cp*win32"
131-
132-
- os: windows-2022
133-
name: win-pypy
134-
architecture: x64
135-
cibw:
136-
build: "pp*win_amd64"
137-
138-
- os: windows-2022
139-
name: win_amd64
140-
architecture: x64
141-
cibw:
142-
build: "cp*win_amd64"
143-
144-
- os: windows-11-arm
145-
name: win_arm64
146-
cibw:
147-
arch: ARM64
79+
# build: "pp*"
14880

14981
steps:
15082
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)