Skip to content

Commit

Permalink
Revert "chore!: remove manylinux 2014 build (#2891)" (#2892)
Browse files Browse the repository at this point in the history
This reverts commit 10c4c67.

For Amazon Linux 2, EOL June 2025, glibc 2.26.
  • Loading branch information
eddyxu authored Sep 16, 2024
1 parent 10c4c67 commit 77a1945
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
matrix:
python-minor-version: [ "9" ]
config:
- platform: x86_64
manylinux: "2_17"
extra_args: ""
- platform: x86_64
manylinux: "2_28"
extra_args: "--features fp16kernels"
Expand All @@ -33,7 +36,7 @@ jobs:
- name: Handle tag
id: handle_tag
run: |
# If the tag ends with -beta.N, we need to call setup_version.py
# If the tag ends with -beta.N, we need to call setup_version.py
# and export repo as "fury" instead of "pypi"
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
Expand Down Expand Up @@ -80,7 +83,7 @@ jobs:
- name: Handle tag
id: handle_tag
run: |
# If the tag ends with -beta.N, we need to call setup_version.py
# If the tag ends with -beta.N, we need to call setup_version.py
# and export repo as "fury" instead of "pypi"
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
Expand Down Expand Up @@ -119,7 +122,7 @@ jobs:
id: handle_tag
shell: bash
run: |
# If the tag ends with -beta.N, we need to call setup_version.py
# If the tag ends with -beta.N, we need to call setup_version.py
# and export repo as "fury" instead of "pypi"
if [[ ${{ github.ref }} == refs/tags/*-beta.* ]]; then
TAG=$(echo ${{ github.ref }} | sed 's/refs\/tags\///')
Expand Down

0 comments on commit 77a1945

Please sign in to comment.