Skip to content

Commit b9fc529

Browse files
committed
Enable i686 Python libraries again.
1 parent 24934c4 commit b9fc529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
include:
4646
# NOTE: Making this to parallelize and speed up workflow
4747
# i686 - manylinux
48-
# - { os: ubuntu-latest, arch: i686, cibw_build: 'cp*-manylinux*', cibw_skip: '' }
48+
- { os: ubuntu-latest, arch: i686, cibw_build: 'cp*-manylinux*', cibw_skip: '' }
4949
# i686 - musllinux
50-
# - { os: ubuntu-latest, arch: i686, cibw_build: 'cp*-musllinux*', cibw_skip: '' }
50+
- { os: ubuntu-latest, arch: i686, cibw_build: 'cp*-musllinux*', cibw_skip: '' }
5151
# x86_64 - manylinux
5252
- { os: ubuntu-latest, arch: x86_64, cibw_build: 'cp*-manylinux*', cibw_skip: '' }
5353
# x86_64 - musllinux
@@ -63,7 +63,7 @@ jobs:
6363
# windows - amd64
6464
- { os: windows-latest, arch: AMD64, cibw_build: 'cp*', cibw_skip: '' }
6565
# windows - x86
66-
# - { os: windows-latest, arch: x86, cibw_build: 'cp*', cibw_skip: '' }
66+
- { os: windows-latest, arch: x86, cibw_build: 'cp*', cibw_skip: '' }
6767
# windows - arm64
6868
- { os: windows-11-arm, arch: ARM64, cibw_build: 'cp*', cibw_skip: '*38* *39* *310*' }
6969

0 commit comments

Comments
 (0)