Skip to content

CI: review triggers for wheel and tests #18

CI: review triggers for wheel and tests

CI: review triggers for wheel and tests #18

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: ["*"]
workflow_dispatch: # allows you to trigger manually
jobs:
build_wheels:
uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@main

Check failure on line 12 in .github/workflows/cibuildwheel.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/cibuildwheel.yml (Line: 12, Col: 11): Input wheel-name-pattern is required, but not provided while calling.
permissions:
contents: write
actions: read
with:
pure-python: true
secrets:
gh-token: ${{ secrets.GITHUB_TOKEN }}