Skip to content

Fix workflow

Fix workflow #12

Workflow file for this run

name: Build
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
permissions:
contents: write
actions: read
with:
pure-python: false
wheel-name-pattern: "preshed-*.whl"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 20 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: 20, Col: 21): Invalid secret, github-token is not defined in the referenced workflow.