Skip to content

INIT py39 support in cibw test doc pyproject #329

INIT py39 support in cibw test doc pyproject

INIT py39 support in cibw test doc pyproject #329

Workflow file for this run

name: CI
on:
workflow_call:
push:
branches: ["py39"]
pull_request:
branches: ["py39"]
jobs:
call-test:
uses: ./.github/workflows/test.yml
secrets: inherit
call-wheel:
needs: call-test
uses: ./.github/workflows/wheel.yml