Skip to content

Commit 536b9f3

Browse files
committed
Allow prerelease version suffix
1 parent 1de9dd4 commit 536b9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
# Validate version format
51-
if [[ ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+([a-zA-Z][0-9]*)?$ ]]; then
51+
if [[ ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+([a-zA-Z]+[0-9]*)?$ ]]; then
5252
echo "❌ Invalid version format: $VERSION"
5353
exit 1
5454
fi

0 commit comments

Comments
 (0)