Skip to content

Commit 0172e65

Browse files
committed
build: allow to specify tag for workflow_dispatch
workflow_dispatch accepts also input values, so it's possible to trigger a historical build. This is for example necessary to re-upload a Python release which failed for some reason. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 4c18921 commit 0172e65

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
tags:
88
- '**'
99
workflow_dispatch:
10+
inputs:
11+
tag:
12+
description: 'Tag to check out'
13+
required: false
1014

1115
jobs:
1216
build_sdist:

0 commit comments

Comments
 (0)