Skip to content

Commit 4c23d97

Browse files
committed
spacing
1 parent 0a1f24e commit 4c23d97

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
3838

3939
steps:
40-
- name: Validate version input
41-
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
42-
run: |
43-
echo "Error: Invalid version format. You provided: '${{ github.event.inputs.version }}'"
44-
echo "Allowed formats:"
45-
echo " - 'main'"
46-
echo " - version string containing 'rc' (e.g., 0.8.0rc1, 0.8.0rc2)"
47-
exit 1
40+
- name: Validate version input
41+
if: ${{ github.event.inputs.version != 'main' && !contains(github.event.inputs.version, 'rc') }}
42+
run: |
43+
echo "Error: Invalid version format. You provided: '${{ github.event.inputs.version }}'"
44+
echo "Allowed formats:"
45+
echo " - 'main'"
46+
echo " - version string containing 'rc' (e.g., 0.8.0rc1, 0.8.0rc2)"
47+
exit 1
4848
4949
- uses: actions/checkout@v4
5050
with:

0 commit comments

Comments
 (0)