Skip to content

Commit c134f94

Browse files
committed
rollback to manylinux2014,, does this solve x86-64-v2 error?
1 parent 81df55b commit c134f94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release_binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
make_sdist:
1010
runs-on: ubuntu-latest
11-
container: quay.io/pypa/manylinux_2_34_x86_64
11+
container: quay.io/pypa/manylinux2014_x86_64
1212
steps:
1313
- name: build_sdist
1414
run: |
@@ -44,7 +44,7 @@ jobs:
4444
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
4545

4646
runs-on: ubuntu-latest
47-
container: quay.io/pypa/manylinux_2_34_x86_64
47+
container: quay.io/pypa/manylinux2014_x86_64
4848
#container: node:10.16-jessie
4949
steps:
5050
- name: build package

.github/workflows/testrelease_binary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
make_sdist:
1010
runs-on: ubuntu-latest
11-
container: quay.io/pypa/manylinux_2_34_x86_64
11+
container: quay.io/pypa/manylinux2014_x86_64
1212
steps:
1313
- name: build_sdist
1414
run: |
@@ -43,7 +43,7 @@ jobs:
4343
pythonpath: ["cp38-cp38", "cp39-cp39", "cp310-cp310", "cp311-cp311", "cp312-cp312"]
4444

4545
runs-on: ubuntu-latest
46-
container: quay.io/pypa/manylinux_2_34_x86_64
46+
container: quay.io/pypa/manylinux2014_x86_64
4747
#container: node:10.16-jessie
4848
steps:
4949
- name: build package

mfem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def debug_print(message):
2020

2121
print(message)
2222

23-
__version__ = '4.8.0rc4'
23+
__version__ = '4.8.0rc5'
2424

0 commit comments

Comments
 (0)