Skip to content

Commit

Permalink
Try switching to newer manylinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 5, 2024
1 parent 343bd82 commit 1e17b70
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/gh_actions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_osx_heyoka_head_static.sh
manylinux2014-py312:
manylinux228_x86_64-py312:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux2014_x86_64_with_deps:latest
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
HEYOKA_PY_BUILD_TYPE: "Python312"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand All @@ -51,10 +51,10 @@ jobs:
with:
name: wheel_312
path: build/wheel/dist2/*.whl
manylinux2014-py311:
manylinux228_x86_64-py311:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux2014_x86_64_with_deps:latest
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
HEYOKA_PY_BUILD_TYPE: "Python311"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand All @@ -66,10 +66,10 @@ jobs:
with:
name: wheel_311
path: build/wheel/dist2/*.whl
manylinux2014-py310:
manylinux228_x86_64-py310:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux2014_x86_64_with_deps:latest
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
HEYOKA_PY_BUILD_TYPE: "Python310"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand All @@ -81,10 +81,10 @@ jobs:
with:
name: wheel_310
path: build/wheel/dist2/*.whl
manylinux2014-py39:
manylinux228_x86_64-py39:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux2014_x86_64_with_deps:latest
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
HEYOKA_PY_BUILD_TYPE: "Python39"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand All @@ -96,10 +96,10 @@ jobs:
with:
name: wheel_39
path: build/wheel/dist2/*.whl
manylinux2014-py38:
manylinux228_x86_64-py38:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux2014_x86_64_with_deps:latest
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
HEYOKA_PY_BUILD_TYPE: "Python38"
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand Down

0 comments on commit 1e17b70

Please sign in to comment.