Skip to content

Build

Build #9

Workflow file for this run

name: Build

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

View workflow run for this annotation

GitHub Actions / .github/workflows/cibuildwheel.yml

Invalid workflow file

(Line: 15, Col: 13): Unexpected value '', (Line: 16, Col: 5): Unexpected value 'GITHUB_TOKEN'
on:
push:
tags:
# ytf did they invent their own syntax that's almost regex?
# ** matches 'zero or more of any character'
- 'release-v[0-9]+.[0-9]+.[0-9]+**'
- 'prerelease-v[0-9]+.[0-9]+.[0-9]+**'
jobs:
build_wheels:
uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@main
with:
pure-python: false
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}