Skip to content

update changelog

update changelog #8

name: Build Wheel, Release on GitHub/PyPI, and Deploy Docs
on:
workflow_dispatch:
push:
tags:
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
jobs:
build-release:
uses: scikit-package/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0

Check failure on line 11 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" -> "scikit-package/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0" (source branch with sha:aa23cee8502e4d9f9254d75828519ef9c752ba93) --> "./.github/workflows/_release-github.yml" (source branch with sha:aa23cee8502e4d9f9254d75828519ef9c752ba93) : (Line: 41, Col: 19): A mapping was not expected, (Line: 55, Col: 16): A mapping was not expected, (Line: 82, Col: 16): A mapping was not expected
with:
project: diffpy.labpdfproc
c_extension: false
maintainer_GITHUB_username: sbillinge
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}