Skip to content

Commit

Permalink
refresh of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Oct 23, 2024
1 parent dd264ed commit b75efd5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 45 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_manylinux.sh
amd64-manylinux228-py310:
Expand All @@ -40,12 +40,24 @@ jobs:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_manylinux.sh
linux_release:
linux_release_py311:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_pygmo_plugins_nonfree_linux.sh
run: bash tools/gha_pygmo_plugins_nonfree_linux_py311.sh
linux_release_py312:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_pygmo_plugins_nonfree_linux_py312.sh
linux_release_py313:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: bash tools/gha_pygmo_plugins_nonfree_linux_py313.sh
41 changes: 0 additions & 41 deletions tools/gha_pygmo_plugins_nonfree_linux.sh

This file was deleted.

0 comments on commit b75efd5

Please sign in to comment.