Skip to content

Publish to TestPyPI

Publish to TestPyPI #8

name: Publish to TestPyPI
on:
workflow_run:
workflows: ["Run Unit Tests"]
branches: ['release/*.*.*']
types: ["completed"]
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build-test-publish-to-testpypi:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/publish-packages.yml

Check failure on line 16 in .github/workflows/deploy-test-pypi.yml

View workflow run for this annotation

GitHub Actions / Publish to TestPyPI

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-test-pypi.yml (Line: 16, Col: 11): Error from called workflow glotzerlab/dupin/.github/workflows/publish-packages.yml@6f6e3e6f75c43abfb32bc4dee2d98ca0f0214064 (Line: 11, Col: 15): Unexpected value 'str'
with:
upload_to_test: true
branch: ${{ github.event.workflow_run.head_branch }}