Skip to content

Rename earth_model to detector_model #121

Rename earth_model to detector_model

Rename earth_model to detector_model #121

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
#os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, macos-11]
#arch: [x86_64, auto32, auto64, aarch64, ppc64le, s390x, arm64]
arch: [x86_64]
steps:
- name: Checkout LeptonInjector
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9' # update once build dependencies are available
- name: Build wheels
uses: pypa/[email protected]
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl