Skip to content

update changelog

update changelog #7

name: Release (GitHub/PyPI)
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
release:
permissions:
contents: write
uses: bobleesj/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0

Check failure on line 13 in .github/workflows/build-wheel-release-upload.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-wheel-release-upload.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-wheel-release-upload.yml" -> "bobleesj/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0" (source branch with sha:37bc8dbd8a3e996832603364b74ba2729e1a02c4) : You have an error in your yaml syntax on line 83
with:
project: cifkit
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}