Skip to content

Commit f1416a3

Browse files
committed
Fix wheel name for i686.
1 parent 326376c commit f1416a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- manylinux2014_x86_64
5858
- manylinux2014_i686
5959
- manylinux_2_28_x86_64
60-
- manylinux_2_28_i686
60+
- manylinux_2_24_i686
6161
- manylinux_2_28_aarch64
6262
- musllinux_1_1_x86_64
6363
- musllinux_1_1_aarch64

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ PYTHON_BUILD_VERSION?=*
77
MANYLINUX_IMAGES= \
88
manylinux1_x86_64 \
99
manylinux1_i686 \
10-
manylinux_2_24_x86_64 \
1110
manylinux_2_24_i686 \
11+
manylinux_2_28_x86_64 \
1212
manylinux2014_aarch64 \
1313
manylinux_2_24_aarch64 \
1414
manylinux_2_28_aarch64 \

0 commit comments

Comments
 (0)