Skip to content

Commit

Permalink
Upgrade manylinux image (#117)
Browse files Browse the repository at this point in the history
Support for the image we were using has ended on January 1st, 2023.
  • Loading branch information
martinRenou authored Dec 22, 2023
1 parent 9a2b2e2 commit 1b4addf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]

container:
image: "quay.io/pypa/manylinux_2_24_x86_64"
image: "quay.io/pypa/manylinux2014_x86_64"

steps:
- name: Checkout
Expand All @@ -86,7 +86,7 @@ jobs:
pypath=`echo /opt/python/cp${pyver}-cp${pyver}*/bin`
export PATH=$pypath:$PATH
python -m pip wheel --verbose . -w wheelhouse_dirty
auditwheel repair wheelhouse_dirty/xeus_python-*.whl --plat manylinux_2_24_x86_64 -w wheelhouse
auditwheel repair wheelhouse_dirty/xeus_python-*.whl --plat manylinux2014_x86_64 -w wheelhouse
- name: List wheels
run: ls wheelhouse
Expand Down

0 comments on commit 1b4addf

Please sign in to comment.