Skip to content

Run release tests from PyPI and Conda-forge #115

Run release tests from PyPI and Conda-forge

Run release tests from PyPI and Conda-forge #115

Workflow file for this run

name: Run release tests from PyPI and Conda-forge
on:
workflow_dispatch:
inputs:
version:
description: 'The Euphonic release version to test e.g. 0.6.1'
required: true
type: string
jobs:
pypi:
uses: ./.github/workflows/test_release_pypi.yml
with:
version: ${{ inputs.version }}
conda-forge:
uses: ./.github/workflows/test_release_conda.yml
with:
version: ${{ inputs.version }}