Skip to content

scatter_da uses scatter_burst_data #4

scatter_da uses scatter_burst_data

scatter_da uses scatter_burst_data #4

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_SKIP: "pp*"
# CIBW_TEST_REQUIRES: pytest, numpy == 1.20.1, matplotlib, scipy, pandas, tables, numba, seaborn, lmfit, phconvert
# CIBW_BEFORE_TEST: python -m pip install pytest
# CIBW_TEST_COMMAND: python -m pytest {package}/tests
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl