Skip to content

Merge pull request #326 from ycexiao/linelength79 #11

Merge pull request #326 from ycexiao/linelength79

Merge pull request #326 from ycexiao/linelength79 #11

name: Release (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:
release:
uses: Billingegroup/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" -> "Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
project: diffpy.utils
github_admin_username: sbillinge
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}