Skip to content

Commit 1b4addf

Browse files
authored
Upgrade manylinux image (#117)
Support for the image we were using has ended on January 1st, 2023.
1 parent 9a2b2e2 commit 1b4addf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]
7474

7575
container:
76-
image: "quay.io/pypa/manylinux_2_24_x86_64"
76+
image: "quay.io/pypa/manylinux2014_x86_64"
7777

7878
steps:
7979
- name: Checkout
@@ -86,7 +86,7 @@ jobs:
8686
pypath=`echo /opt/python/cp${pyver}-cp${pyver}*/bin`
8787
export PATH=$pypath:$PATH
8888
python -m pip wheel --verbose . -w wheelhouse_dirty
89-
auditwheel repair wheelhouse_dirty/xeus_python-*.whl --plat manylinux_2_24_x86_64 -w wheelhouse
89+
auditwheel repair wheelhouse_dirty/xeus_python-*.whl --plat manylinux2014_x86_64 -w wheelhouse
9090
9191
- name: List wheels
9292
run: ls wheelhouse

0 commit comments

Comments
 (0)