Skip to content

Commit

Permalink
build without *
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 17, 2024
1 parent 2b65efe commit b8908ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ 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 @@ -63,11 +64,12 @@ 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.arch }}
name: artifact-${{ matrix.build }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl

0 comments on commit b8908ed

Please sign in to comment.