Skip to content

(Manual) Release Python #16

(Manual) Release Python

(Manual) Release Python #16

name: (Manual) Release Python
on:
workflow_dispatch:
inputs:
base:
description: 'Name of branch to open PR against'
type: 'string'
default: 'master'
dry_run:
description: 'DRY RUN: If true will not publish the release to pypi/crates but will release to github'
type: boolean
default: false
jobs:
call-release-python-workflow:
name: _Release 3 - Publish python to pypi
uses: ./.github/workflows/_release_python.yml

Check failure on line 17 in .github/workflows/manual_release_python.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual_release_python.yml

Invalid workflow file

error parsing called workflow ".github/workflows/manual_release_python.yml" -> "./.github/workflows/_release_python.yml" (source branch with sha:1d53f4e029b3684c9062e9bb3d7705d2556626d5) : You have an error in your yaml syntax on line 22
secrets: inherit