Skip to content

Make pip wheel with Dakota+Carolina #50

Make pip wheel with Dakota+Carolina

Make pip wheel with Dakota+Carolina #50

name: 🏎️ Make Wheels 🏎️
on: [pull_request]
jobs:
build_wheels:
name: πŸ›ž Build Wheels πŸ›ž
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Linux Wheel
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
entrypoint: /bin/bash
args: '-c "sh dakota_manylinux_install_files/build_wheels_gha.sh"'
- name: Test Linux Wheel (Carolina)
uses: docker://quay.io/pypa/manylinux2014_x86_64
with:
entrypoint: /bin/bash
args: '-c "sh dakota_manylinux_install_files/test_wheels_gha.sh"'
- name: Upload wheel as artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }} Python ${{ matrix.python-version }} wheel
path: dist/*