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 dc43cf2 commit dd264ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
amd64-manylinux228-py312:
runs-on: ubuntu-latest
container:
image: pagmo2/manylinux228_x86_64_with_deps:latest
env:
PPNF_BUILD_TYPE: "Python312"
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
steps:
- uses: actions/checkout@v2
- name: Build
run: bash tools/gha_manylinux.sh
amd64-manylinux228-py311:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit dd264ed

Please sign in to comment.