Skip to content

Commit 6fd5070

Browse files
authored
Update python-publish.yml
1 parent 7842d8a commit 6fd5070

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
push:
1313
tags:
1414
- 'v*.*.*' # Triggers when a version tag is pushed, e.g., v1.2.3
15+
workflow_dispatch:
16+
inputs:
17+
version:
18+
description: 'The version to release'
19+
required: true
20+
default: 'v2.0.0'
1521

1622
jobs:
1723
build-and-publish-manylinux:

0 commit comments

Comments
 (0)