Skip to content

Commit

Permalink
improve github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 17, 2024
1 parent 666e8ce commit 2b65efe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
strategy:
matrix:
arch: [aarch64, ppc64le]
build: [cp36-*, cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -64,12 +63,11 @@ jobs:
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
CIBW_BUILD: ${{ matrix.build }}
CIBW_SKIP: ${{ env.CIBW_SKIP }}
CIBW_TEST_COMMAND: ${{ env.CIBW_TEST_COMMAND }}
CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base

- uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.build }}-${{ matrix.arch }}
name: artifact-${{ matrix.arch }}
path: ./wheelhouse/*.whl

0 comments on commit 2b65efe

Please sign in to comment.