Skip to content

Commit b054bed

Browse files
committed
skip other wheels, tests
1 parent 4b4d734 commit b054bed

File tree

2 files changed

+77
-76
lines changed

2 files changed

+77
-76
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: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -73,84 +73,84 @@ 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
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
10588
# cibw:
10689
# 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-2022
145-
name: win_arm64
146-
architecture: x64
147-
cibw:
148-
arch: ARM64
149-
# FIXME:
150-
# 313t and 314t fail with:
151-
# Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152-
# unclear why
153-
skip: "cp31{3,4}t*"
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
105+
# # 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-2022
145+
# name: win_arm64
146+
# architecture: x64
147+
# cibw:
148+
# arch: ARM64
149+
# # FIXME:
150+
# # 313t and 314t fail with:
151+
# # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
152+
# # unclear why
153+
# skip: "cp31{3,4}t*"
154154

155155
steps:
156156
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)