Skip to content

Commit 625d037

Browse files
committed
docs: improve version input description in wheels workflow
- Update description to clarify that version is optional - Explain that setuptools_scm will determine version automatically if not provided - Improve user experience for workflow dispatch
1 parent 58ad20a commit 625d037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Release version'
7+
description: 'Release version (optional, will be determined by setuptools_scm if not provided)'
88
required: false
99

1010
jobs:

0 commit comments

Comments
 (0)