Skip to content

demo

demo #32

Workflow file for this run

name: Wheels
on:
push:
branches:
- "**"
permissions:
contents: read
jobs:
linux:
uses: ./.github/workflows/wheels-linux.yml
with:
artifacts-name: "wheels"
linux-ci:
uses: ./.github/workflows/wheels-linux-ci.yml
with:
artifacts-name: "wheels"