Skip to content

sigh

sigh #274

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ./scripts/lint --check-only --install
build-wheels:
needs: lint
uses: ./.github/workflows/build-wheels.yml
with:
include-pre-release-pythons: "true"