Skip to content

Merge pull request #174 from ycexiao/data_temperature #2

Merge pull request #174 from ycexiao/data_temperature

Merge pull request #174 from ycexiao/data_temperature #2

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 / Release (GitHub/PyPI) and Deploy Docs

Invalid workflow file

The workflow is not valid. .github/workflows/build-wheel-release-upload.yml (Line: 11, Col: 11): Input github_admin_username is required, but not provided while calling.

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

View workflow run for this annotation

GitHub Actions / Release (GitHub/PyPI) and Deploy Docs

Invalid workflow file

The workflow is not valid. .github/workflows/build-wheel-release-upload.yml (Line: 11, Col: 11): Input github_admin_username is required, but not provided while calling.
with:
project: diffpy.morph
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}