Skip to content

Commit

Permalink
Fix wheel name for i686.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 4, 2023
1 parent 326376c commit f1416a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- manylinux2014_x86_64
- manylinux2014_i686
- manylinux_2_28_x86_64
- manylinux_2_28_i686
- manylinux_2_24_i686
- manylinux_2_28_aarch64
- musllinux_1_1_x86_64
- musllinux_1_1_aarch64
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PYTHON_BUILD_VERSION?=*
MANYLINUX_IMAGES= \
manylinux1_x86_64 \
manylinux1_i686 \
manylinux_2_24_x86_64 \
manylinux_2_24_i686 \
manylinux_2_28_x86_64 \
manylinux2014_aarch64 \
manylinux_2_24_aarch64 \
manylinux_2_28_aarch64 \
Expand Down

0 comments on commit f1416a3

Please sign in to comment.