Skip to content

Commit 465d962

Browse files
committed
wording
1 parent 7ca5103 commit 465d962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
name: Validate version input
3434
runs-on: ubuntu-latest
3535
steps:
36-
- name: Check version format
36+
- name: Validate version input
3737
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
3838
run: |
3939
echo "Error: Invalid version format. You provided: '${{ github.event.inputs.version }}'"
4040
echo "Allowed formats:"
4141
echo " - 'main'"
42-
echo " - Semantic version with 'rc' suffix (e.g., 0.8.0rc1, 0.8.0rc2)"
42+
echo " - version string containing 'rc' (e.g., 0.8.0rc1, 0.8.0rc2)"
4343
exit 1
4444
4545
build_wheels:

0 commit comments

Comments
 (0)