We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77e5e1 commit 5fe14c7Copy full SHA for 5fe14c7
setup-env
@@ -44,7 +44,7 @@ check_python_version() {
44
45
# This is a valid regex for semantically correct Python version strings.
46
# For more information see here:
47
- # https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string.
+ # https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
48
# Break down the regex into readable parts major.minor.patch
49
local major="0|[1-9]\d*"
50
local minor="0|[1-9]\d*"
0 commit comments