Skip to content

Merge pull request #11 from glotzerlab/ci/deploy-to-pypi #1

Merge pull request #11 from glotzerlab/ci/deploy-to-pypi

Merge pull request #11 from glotzerlab/ci/deploy-to-pypi #1

name: Publish to TestPyPI
on:
push:
branches:
- 'release/*.*.*'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
build-test-publish-to-testpypi:
environment: release
permissions:
id-token: write
uses: ./.github/workflows/publish-packages.yml

Check failure on line 17 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. .github/workflows/deploy-test-pypi.yml (Line: 17, Col: 5): Unexpected value 'uses' .github/workflows/deploy-test-pypi.yml (Line: 18, Col: 5): Unexpected value 'with'
with:
upload_to_test: true