Skip to content

chore(main): release 0.4.2 #29

chore(main): release 0.4.2

chore(main): release 0.4.2 #29

Workflow file for this run

name: PR
on:
pull_request:
branches: [ "main" ]
jobs:
# Always run checks
checks:
name: Checks
uses: ./.github/workflows/reusable_checks.yml
secrets: inherit
# Rebuild docs to make sure nothing is broken
docs:
name: Docs
uses: ./.github/workflows/reusable_docs.yml
secrets: inherit
# Build subset of wheels for all platforms
build:
name: Build
uses: ./.github/workflows/reusable_build.yml
secrets: inherit