Skip to content

Make single path sequence also return list #20

Make single path sequence also return list

Make single path sequence also return list #20

Workflow file for this run

name: On Tag
on:
workflow_dispatch:
inputs:
override_git_describe:
type: string
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
twine_upload:
uses: ./.github/workflows/TwineUpload.yml
secrets: inherit
with:
override_git_describe: ${{ inputs.override_git_describe || github.ref_name }}
staged_upload:
uses: ./.github/workflows/StagedUpload.yml
secrets: inherit
with:
target_git_describe: ${{ inputs.override_git_describe || github.ref_name }}