Skip to content

Commit 77a1945

Browse files
authored
Revert "chore!: remove manylinux 2014 build (#2891)" (#2892)
This reverts commit 10c4c67. For Amazon Linux 2, EOL June 2025, glibc 2.26.
1 parent 10c4c67 commit 77a1945

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pypi-publish.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
matrix:
1313
python-minor-version: [ "9" ]
1414
config:
15+
- platform: x86_64
16+
manylinux: "2_17"
17+
extra_args: ""
1518
- platform: x86_64
1619
manylinux: "2_28"
1720
extra_args: "--features fp16kernels"
@@ -33,7 +36,7 @@ jobs:
3336
- name: Handle tag
3437
id: handle_tag
3538
run: |
36-
# If the tag ends with -beta.N, we need to call setup_version.py
39+
# If the tag ends with -beta.N, we need to call setup_version.py
3740
# and export repo as "fury" instead of "pypi"
3841
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
3942
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
@@ -80,7 +83,7 @@ jobs:
8083
- name: Handle tag
8184
id: handle_tag
8285
run: |
83-
# If the tag ends with -beta.N, we need to call setup_version.py
86+
# If the tag ends with -beta.N, we need to call setup_version.py
8487
# and export repo as "fury" instead of "pypi"
8588
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
8689
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
@@ -119,7 +122,7 @@ jobs:
119122
id: handle_tag
120123
shell: bash
121124
run: |
122-
# If the tag ends with -beta.N, we need to call setup_version.py
125+
# If the tag ends with -beta.N, we need to call setup_version.py
123126
# and export repo as "fury" instead of "pypi"
124127
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
125128
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')

0 commit comments

Comments
 (0)