Skip to content

v1.0.0: Setup CI/CD using cibuildwheel + GitHub Actions, Makefile, bu… #3

v1.0.0: Setup CI/CD using cibuildwheel + GitHub Actions, Makefile, bu…

v1.0.0: Setup CI/CD using cibuildwheel + GitHub Actions, Makefile, bu… #3

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: make test