Skip to content

Commit d5a5c13

Browse files
committed
Default to manylinux 2014
1 parent c9f2086 commit d5a5c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
env:
155155
CIBW_BUILD: "cp3{6,7,8,9}-*"
156156
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit.
157+
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
157158
- name: Build sdist
158159
if: "runner.os == 'Linux'"
159160
run: python setup.py sdist

0 commit comments

Comments
 (0)